Interface PutDataCatalogExportConfigurationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<PutDataCatalogExportConfigurationRequest.Builder,,PutDataCatalogExportConfigurationRequest> GlueRequest.Builder,SdkBuilder<PutDataCatalogExportConfigurationRequest.Builder,,PutDataCatalogExportConfigurationRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
PutDataCatalogExportConfigurationRequest
-
Method Summary
Modifier and TypeMethodDescriptionclientToken(String clientToken) A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.encryptionConfiguration(Consumer<ExportEncryptionConfiguration.Builder> encryptionConfiguration) The encryption configuration for the exported data.encryptionConfiguration(ExportEncryptionConfiguration encryptionConfiguration) The encryption configuration for the exported data.exportSetting(String exportSetting) The export setting for the data catalog.exportSetting(ExportSetting exportSetting) The export setting for the data catalog.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.glue.model.GlueRequest.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
-
exportSetting
The export setting for the data catalog. Specify
ENABLEDto start exporting catalog metadata to S3 Tables, orDISABLEDto stop exporting. This field is required.- Parameters:
exportSetting- The export setting for the data catalog. SpecifyENABLEDto start exporting catalog metadata to S3 Tables, orDISABLEDto stop exporting. This field is required.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
exportSetting
The export setting for the data catalog. Specify
ENABLEDto start exporting catalog metadata to S3 Tables, orDISABLEDto stop exporting. This field is required.- Parameters:
exportSetting- The export setting for the data catalog. SpecifyENABLEDto start exporting catalog metadata to S3 Tables, orDISABLEDto stop exporting. This field is required.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
encryptionConfiguration
PutDataCatalogExportConfigurationRequest.Builder encryptionConfiguration(ExportEncryptionConfiguration encryptionConfiguration) The encryption configuration for the exported data. If not specified, the default encryption settings are used.
- Parameters:
encryptionConfiguration- The encryption configuration for the exported data. If not specified, the default encryption settings are used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
encryptionConfiguration
default PutDataCatalogExportConfigurationRequest.Builder encryptionConfiguration(Consumer<ExportEncryptionConfiguration.Builder> encryptionConfiguration) The encryption configuration for the exported data. If not specified, the default encryption settings are used.
This is a convenience method that creates an instance of theExportEncryptionConfiguration.Builderavoiding the need to create one manually viaExportEncryptionConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toencryptionConfiguration(ExportEncryptionConfiguration).- Parameters:
encryptionConfiguration- a consumer that will call methods onExportEncryptionConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
clientToken
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
- Parameters:
clientToken- A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
PutDataCatalogExportConfigurationRequest.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
PutDataCatalogExportConfigurationRequest.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.
-