Interface CreateDataSetExportTaskRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<CreateDataSetExportTaskRequest.Builder,,- CreateDataSetExportTaskRequest> - M2Request.Builder,- SdkBuilder<CreateDataSetExportTaskRequest.Builder,,- CreateDataSetExportTaskRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- CreateDataSetExportTaskRequest
@Mutable
@NotThreadSafe
public static interface CreateDataSetExportTaskRequest.Builder
extends M2Request.Builder, SdkPojo, CopyableBuilder<CreateDataSetExportTaskRequest.Builder,CreateDataSetExportTaskRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionapplicationId(String applicationId) The unique identifier of the application for which you want to export data sets.clientToken(String clientToken) Unique, case-sensitive identifier you provide to ensure the idempotency of the request to create a data set export.exportConfig(Consumer<DataSetExportConfig.Builder> exportConfig) The data set export task configuration.exportConfig(DataSetExportConfig exportConfig) The data set export task configuration.The identifier of a customer managed key.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.m2.model.M2Request.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
applicationIdThe unique identifier of the application for which you want to export data sets. - Parameters:
- applicationId- The unique identifier of the application for which you want to export data sets.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
clientTokenUnique, case-sensitive identifier you provide to ensure the idempotency of the request to create a data set export. The service generates the clientToken when the API call is triggered. The token expires after one hour, so if you retry the API within this timeframe with the same clientToken, you will get the same response. The service also handles deleting the clientToken after it expires. - Parameters:
- clientToken- Unique, case-sensitive identifier you provide to ensure the idempotency of the request to create a data set export. The service generates the clientToken when the API call is triggered. The token expires after one hour, so if you retry the API within this timeframe with the same clientToken, you will get the same response. The service also handles deleting the clientToken after it expires.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
exportConfigThe data set export task configuration. - Parameters:
- exportConfig- The data set export task configuration.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
exportConfigdefault CreateDataSetExportTaskRequest.Builder exportConfig(Consumer<DataSetExportConfig.Builder> exportConfig) The data set export task configuration. This is a convenience method that creates an instance of theDataSetExportConfig.Builderavoiding the need to create one manually viaDataSetExportConfig.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toexportConfig(DataSetExportConfig).- Parameters:
- exportConfig- a consumer that will call methods on- DataSetExportConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
kmsKeyIdThe identifier of a customer managed key. - Parameters:
- kmsKeyId- The identifier of a customer managed key.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationCreateDataSetExportTaskRequest.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.
 
- 
overrideConfigurationCreateDataSetExportTaskRequest.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.
 
 
-