Interface PutDataCatalogExportConfigurationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<PutDataCatalogExportConfigurationResponse.Builder,,PutDataCatalogExportConfigurationResponse> GlueResponse.Builder,SdkBuilder<PutDataCatalogExportConfigurationResponse.Builder,,PutDataCatalogExportConfigurationResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
PutDataCatalogExportConfigurationResponse
@Mutable
@NotThreadSafe
public static interface PutDataCatalogExportConfigurationResponse.Builder
extends GlueResponse.Builder, SdkPojo, CopyableBuilder<PutDataCatalogExportConfigurationResponse.Builder,PutDataCatalogExportConfigurationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionencryptionConfiguration(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.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.glue.model.GlueResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
exportSetting
The export setting for the data catalog.
- Parameters:
exportSetting- The export setting for the data catalog.- 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.
- Parameters:
exportSetting- The export setting for the data catalog.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
encryptionConfiguration
PutDataCatalogExportConfigurationResponse.Builder encryptionConfiguration(ExportEncryptionConfiguration encryptionConfiguration) The encryption configuration for the exported data.
- Parameters:
encryptionConfiguration- The encryption configuration for the exported data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
encryptionConfiguration
default PutDataCatalogExportConfigurationResponse.Builder encryptionConfiguration(Consumer<ExportEncryptionConfiguration.Builder> encryptionConfiguration) The encryption configuration for the exported data.
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:
-