JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.datazone.model

Class GetTimeSeriesDataPointRequest

    • Constructor Detail

      • GetTimeSeriesDataPointRequest

        public GetTimeSeriesDataPointRequest()
    • Method Detail

      • setDomainIdentifier

        public void setDomainIdentifier(String domainIdentifier)

        The ID of the Amazon DataZone domain that houses the asset for which you want to get the data point.

        Parameters:
        domainIdentifier - The ID of the Amazon DataZone domain that houses the asset for which you want to get the data point.
      • getDomainIdentifier

        public String getDomainIdentifier()

        The ID of the Amazon DataZone domain that houses the asset for which you want to get the data point.

        Returns:
        The ID of the Amazon DataZone domain that houses the asset for which you want to get the data point.
      • withDomainIdentifier

        public GetTimeSeriesDataPointRequest withDomainIdentifier(String domainIdentifier)

        The ID of the Amazon DataZone domain that houses the asset for which you want to get the data point.

        Parameters:
        domainIdentifier - The ID of the Amazon DataZone domain that houses the asset for which you want to get the data point.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setEntityIdentifier

        public void setEntityIdentifier(String entityIdentifier)

        The ID of the asset for which you want to get the data point.

        Parameters:
        entityIdentifier - The ID of the asset for which you want to get the data point.
      • getEntityIdentifier

        public String getEntityIdentifier()

        The ID of the asset for which you want to get the data point.

        Returns:
        The ID of the asset for which you want to get the data point.
      • withEntityIdentifier

        public GetTimeSeriesDataPointRequest withEntityIdentifier(String entityIdentifier)

        The ID of the asset for which you want to get the data point.

        Parameters:
        entityIdentifier - The ID of the asset for which you want to get the data point.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setEntityType

        public void setEntityType(String entityType)

        The type of the asset for which you want to get the data point.

        Parameters:
        entityType - The type of the asset for which you want to get the data point.
        See Also:
        TimeSeriesEntityType
      • getEntityType

        public String getEntityType()

        The type of the asset for which you want to get the data point.

        Returns:
        The type of the asset for which you want to get the data point.
        See Also:
        TimeSeriesEntityType
      • withEntityType

        public GetTimeSeriesDataPointRequest withEntityType(String entityType)

        The type of the asset for which you want to get the data point.

        Parameters:
        entityType - The type of the asset for which you want to get the data point.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TimeSeriesEntityType
      • withEntityType

        public GetTimeSeriesDataPointRequest withEntityType(TimeSeriesEntityType entityType)

        The type of the asset for which you want to get the data point.

        Parameters:
        entityType - The type of the asset for which you want to get the data point.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TimeSeriesEntityType
      • setFormName

        public void setFormName(String formName)

        The name of the time series form that houses the data point that you want to get.

        Parameters:
        formName - The name of the time series form that houses the data point that you want to get.
      • getFormName

        public String getFormName()

        The name of the time series form that houses the data point that you want to get.

        Returns:
        The name of the time series form that houses the data point that you want to get.
      • withFormName

        public GetTimeSeriesDataPointRequest withFormName(String formName)

        The name of the time series form that houses the data point that you want to get.

        Parameters:
        formName - The name of the time series form that houses the data point that you want to get.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setIdentifier

        public void setIdentifier(String identifier)

        The ID of the data point that you want to get.

        Parameters:
        identifier - The ID of the data point that you want to get.
      • getIdentifier

        public String getIdentifier()

        The ID of the data point that you want to get.

        Returns:
        The ID of the data point that you want to get.
      • withIdentifier

        public GetTimeSeriesDataPointRequest withIdentifier(String identifier)

        The ID of the data point that you want to get.

        Parameters:
        identifier - The ID of the data point that you want to get.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /