Interface PostTimeSeriesDataPointsRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<PostTimeSeriesDataPointsRequest.Builder,,- PostTimeSeriesDataPointsRequest> - DataZoneRequest.Builder,- SdkBuilder<PostTimeSeriesDataPointsRequest.Builder,,- PostTimeSeriesDataPointsRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- PostTimeSeriesDataPointsRequest
@Mutable
@NotThreadSafe
public static interface PostTimeSeriesDataPointsRequest.Builder
extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<PostTimeSeriesDataPointsRequest.Builder,PostTimeSeriesDataPointsRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionclientToken(String clientToken) A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.domainIdentifier(String domainIdentifier) The ID of the Amazon DataZone domain in which you want to post time series data points.entityIdentifier(String entityIdentifier) The ID of the asset for which you want to post time series data points.entityType(String entityType) The type of the asset for which you want to post data points.entityType(TimeSeriesEntityType entityType) The type of the asset for which you want to post data points.The forms that contain the data points that you want to post.forms(Consumer<TimeSeriesDataPointFormInput.Builder>... forms) The forms that contain the data points that you want to post.forms(TimeSeriesDataPointFormInput... forms) The forms that contain the data points that you want to post.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
clientTokenA 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.
 
- 
domainIdentifierThe 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.
 
- 
entityIdentifierThe 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.
 
- 
entityTypeThe 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:
 
- 
entityTypeThe 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:
 
- 
formsThe 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
formsThe 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
formsPostTimeSeriesDataPointsRequest.Builder forms(Consumer<TimeSeriesDataPointFormInput.Builder>... forms) The forms that contain the data points that you want to post. This is a convenience method that creates an instance of theTimeSeriesDataPointFormInput.Builderavoiding the need to create one manually viaTimeSeriesDataPointFormInput.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toforms(List<TimeSeriesDataPointFormInput>).- Parameters:
- forms- a consumer that will call methods on- TimeSeriesDataPointFormInput.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
overrideConfigurationPostTimeSeriesDataPointsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationPostTimeSeriesDataPointsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-