Interface DeleteTimeSeriesDataPointsRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<DeleteTimeSeriesDataPointsRequest.Builder,,DeleteTimeSeriesDataPointsRequest> DataZoneRequest.Builder,SdkBuilder<DeleteTimeSeriesDataPointsRequest.Builder,,DeleteTimeSeriesDataPointsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 DeleteTimeSeriesDataPointsRequest
public static interface DeleteTimeSeriesDataPointsRequest.Builder
extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<DeleteTimeSeriesDataPointsRequest.Builder,DeleteTimeSeriesDataPointsRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptionclientToken(String clientToken) A unique, case-sensitive identifier to ensure idempotency of the request.domainIdentifier(String domainIdentifier) The ID of the Amazon DataZone domain that houses the asset for which you want to delete a time series form.entityIdentifier(String entityIdentifier) The ID of the asset for which you want to delete a time series form.entityType(String entityType) The type of the asset for which you want to delete a time series form.entityType(TimeSeriesEntityType entityType) The type of the asset for which you want to delete a time series form.The name of the time series form that you want to delete.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.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
clientToken
A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically populated if not provided.
- Parameters:
 clientToken- A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically populated if not provided.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
domainIdentifier
The ID of the Amazon DataZone domain that houses the asset for which you want to delete a time series form.
- Parameters:
 domainIdentifier- The ID of the Amazon DataZone domain that houses the asset for which you want to delete a time series form.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
entityIdentifier
The ID of the asset for which you want to delete a time series form.
- Parameters:
 entityIdentifier- The ID of the asset for which you want to delete a time series form.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
entityType
The type of the asset for which you want to delete a time series form.
- Parameters:
 entityType- The type of the asset for which you want to delete a time series form.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
entityType
The type of the asset for which you want to delete a time series form.
- Parameters:
 entityType- The type of the asset for which you want to delete a time series form.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
formName
The name of the time series form that you want to delete.
- Parameters:
 formName- The name of the time series form that you want to delete.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
overrideConfiguration
DeleteTimeSeriesDataPointsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
DeleteTimeSeriesDataPointsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -