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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteTimeSeriesDataPointsRequest.BuilderclientToken(String clientToken)A unique, case-sensitive identifier to ensure idempotency of the request.DeleteTimeSeriesDataPointsRequest.BuilderdomainIdentifier(String domainIdentifier)The ID of the Amazon DataZone domain that houses the asset for which you want to delete a time series form.DeleteTimeSeriesDataPointsRequest.BuilderentityIdentifier(String entityIdentifier)The ID of the asset for which you want to delete a time series form.DeleteTimeSeriesDataPointsRequest.BuilderentityType(String entityType)The type of the asset for which you want to delete a time series form.DeleteTimeSeriesDataPointsRequest.BuilderentityType(TimeSeriesEntityType entityType)The type of the asset for which you want to delete a time series form.DeleteTimeSeriesDataPointsRequest.BuilderformName(String formName)The name of the time series form that you want to delete.DeleteTimeSeriesDataPointsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteTimeSeriesDataPointsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
clientToken
DeleteTimeSeriesDataPointsRequest.Builder clientToken(String 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
DeleteTimeSeriesDataPointsRequest.Builder domainIdentifier(String 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
DeleteTimeSeriesDataPointsRequest.Builder entityIdentifier(String 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
DeleteTimeSeriesDataPointsRequest.Builder entityType(String 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:
TimeSeriesEntityType,TimeSeriesEntityType
-
entityType
DeleteTimeSeriesDataPointsRequest.Builder entityType(TimeSeriesEntityType 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:
TimeSeriesEntityType,TimeSeriesEntityType
-
formName
DeleteTimeSeriesDataPointsRequest.Builder formName(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteTimeSeriesDataPointsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-