Interface CreateExportRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,BcmDataExportsRequest.Builder,Buildable,CopyableBuilder<CreateExportRequest.Builder,CreateExportRequest>,SdkBuilder<CreateExportRequest.Builder,CreateExportRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateExportRequest
public static interface CreateExportRequest.Builder extends BcmDataExportsRequest.Builder, SdkPojo, CopyableBuilder<CreateExportRequest.Builder,CreateExportRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default CreateExportRequest.Builderexport(Consumer<Export.Builder> export)The details of the export, including data query, name, description, and destination configuration.CreateExportRequest.Builderexport(Export export)The details of the export, including data query, name, description, and destination configuration.CreateExportRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateExportRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateExportRequest.BuilderresourceTags(Collection<ResourceTag> resourceTags)An optional list of tags to associate with the specified export.CreateExportRequest.BuilderresourceTags(Consumer<ResourceTag.Builder>... resourceTags)An optional list of tags to associate with the specified export.CreateExportRequest.BuilderresourceTags(ResourceTag... resourceTags)An optional list of tags to associate with the specified export.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.bcmdataexports.model.BcmDataExportsRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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
-
export
CreateExportRequest.Builder export(Export export)
The details of the export, including data query, name, description, and destination configuration.
- Parameters:
export- The details of the export, including data query, name, description, and destination configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
export
default CreateExportRequest.Builder export(Consumer<Export.Builder> export)
The details of the export, including data query, name, description, and destination configuration.
This is a convenience method that creates an instance of theExport.Builderavoiding the need to create one manually viaExport.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toexport(Export).- Parameters:
export- a consumer that will call methods onExport.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
export(Export)
-
resourceTags
CreateExportRequest.Builder resourceTags(Collection<ResourceTag> resourceTags)
An optional list of tags to associate with the specified export. Each tag consists of a key and a value, and each key must be unique for the resource.
- Parameters:
resourceTags- An optional list of tags to associate with the specified export. Each tag consists of a key and a value, and each key must be unique for the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceTags
CreateExportRequest.Builder resourceTags(ResourceTag... resourceTags)
An optional list of tags to associate with the specified export. Each tag consists of a key and a value, and each key must be unique for the resource.
- Parameters:
resourceTags- An optional list of tags to associate with the specified export. Each tag consists of a key and a value, and each key must be unique for the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceTags
CreateExportRequest.Builder resourceTags(Consumer<ResourceTag.Builder>... resourceTags)
An optional list of tags to associate with the specified export. Each tag consists of a key and a value, and each key must be unique for the resource.
This is a convenience method that creates an instance of theResourceTag.Builderavoiding the need to create one manually viaResourceTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#resourceTags(List.) - Parameters:
resourceTags- a consumer that will call methods onResourceTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#resourceTags(java.util.Collection)
-
overrideConfiguration
CreateExportRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateExportRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-