Interface GetDataCatalogEncryptionSettingsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetDataCatalogEncryptionSettingsResponse.Builder,GetDataCatalogEncryptionSettingsResponse>,GlueResponse.Builder,SdkBuilder<GetDataCatalogEncryptionSettingsResponse.Builder,GetDataCatalogEncryptionSettingsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetDataCatalogEncryptionSettingsResponse
public static interface GetDataCatalogEncryptionSettingsResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<GetDataCatalogEncryptionSettingsResponse.Builder,GetDataCatalogEncryptionSettingsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetDataCatalogEncryptionSettingsResponse.BuilderdataCatalogEncryptionSettings(Consumer<DataCatalogEncryptionSettings.Builder> dataCatalogEncryptionSettings)The requested security configuration.GetDataCatalogEncryptionSettingsResponse.BuilderdataCatalogEncryptionSettings(DataCatalogEncryptionSettings dataCatalogEncryptionSettings)The requested security configuration.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.glue.model.GlueResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
dataCatalogEncryptionSettings
GetDataCatalogEncryptionSettingsResponse.Builder dataCatalogEncryptionSettings(DataCatalogEncryptionSettings dataCatalogEncryptionSettings)
The requested security configuration.
- Parameters:
dataCatalogEncryptionSettings- The requested security configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataCatalogEncryptionSettings
default GetDataCatalogEncryptionSettingsResponse.Builder dataCatalogEncryptionSettings(Consumer<DataCatalogEncryptionSettings.Builder> dataCatalogEncryptionSettings)
The requested security configuration.
This is a convenience method that creates an instance of theDataCatalogEncryptionSettings.Builderavoiding the need to create one manually viaDataCatalogEncryptionSettings.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todataCatalogEncryptionSettings(DataCatalogEncryptionSettings).- Parameters:
dataCatalogEncryptionSettings- a consumer that will call methods onDataCatalogEncryptionSettings.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
dataCatalogEncryptionSettings(DataCatalogEncryptionSettings)
-
-