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 PostTimeSeriesDataPointsRequest

    • Constructor Detail

      • PostTimeSeriesDataPointsRequest

        public PostTimeSeriesDataPointsRequest()
    • Method Detail

      • setClientToken

        public void setClientToken(String clientToken)

        A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.

        Parameters:
        clientToken - A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
      • getClientToken

        public String getClientToken()

        A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.

        Returns:
        A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
      • withClientToken

        public PostTimeSeriesDataPointsRequest withClientToken(String clientToken)

        A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.

        Parameters:
        clientToken - A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDomainIdentifier

        public void setDomainIdentifier(String domainIdentifier)

        The ID of the Amazon DataZone domain in which you want to post time series data points.

        Parameters:
        domainIdentifier - The ID of the Amazon DataZone domain in which you want to post time series data points.
      • getDomainIdentifier

        public String getDomainIdentifier()

        The ID of the Amazon DataZone domain in which you want to post time series data points.

        Returns:
        The ID of the Amazon DataZone domain in which you want to post time series data points.
      • withDomainIdentifier

        public PostTimeSeriesDataPointsRequest withDomainIdentifier(String domainIdentifier)

        The ID of the Amazon DataZone domain in which you want to post time series data points.

        Parameters:
        domainIdentifier - The ID of the Amazon DataZone domain in which you want to post time series data points.
        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 post time series data points.

        Parameters:
        entityIdentifier - The ID of the asset for which you want to post time series data points.
      • getEntityIdentifier

        public String getEntityIdentifier()

        The ID of the asset for which you want to post time series data points.

        Returns:
        The ID of the asset for which you want to post time series data points.
      • withEntityIdentifier

        public PostTimeSeriesDataPointsRequest withEntityIdentifier(String entityIdentifier)

        The ID of the asset for which you want to post time series data points.

        Parameters:
        entityIdentifier - The ID of the asset for which you want to post time series data points.
        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 post data points.

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

        public String getEntityType()

        The type of the asset for which you want to post data points.

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

        public PostTimeSeriesDataPointsRequest withEntityType(String entityType)

        The type of the asset for which you want to post data points.

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

        public PostTimeSeriesDataPointsRequest withEntityType(TimeSeriesEntityType entityType)

        The type of the asset for which you want to post data points.

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

        public List<TimeSeriesDataPointFormInput> getForms()

        The forms that contain the data points that you want to post.

        Returns:
        The forms that contain the data points that you want to post.
      • setForms

        public void setForms(Collection<TimeSeriesDataPointFormInput> forms)

        The forms that contain the data points that you want to post.

        Parameters:
        forms - The forms that contain the data points that you want to post.
      • 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 によって変換されたページ (->オリジナル) /