public static interface PutDataCatalogEncryptionSettingsRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<PutDataCatalogEncryptionSettingsRequest.Builder,PutDataCatalogEncryptionSettingsRequest>
Modifier and Type | Method and Description |
---|---|
PutDataCatalogEncryptionSettingsRequest.Builder |
catalogId(String catalogId)
The ID of the Data Catalog for which to set the security configuration.
|
default PutDataCatalogEncryptionSettingsRequest.Builder |
dataCatalogEncryptionSettings(Consumer<DataCatalogEncryptionSettings.Builder> dataCatalogEncryptionSettings)
The security configuration to set.
|
PutDataCatalogEncryptionSettingsRequest.Builder |
dataCatalogEncryptionSettings(DataCatalogEncryptionSettings dataCatalogEncryptionSettings)
The security configuration to set.
|
PutDataCatalogEncryptionSettingsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
PutDataCatalogEncryptionSettingsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
PutDataCatalogEncryptionSettingsRequest.Builder catalogId(String catalogId)
The ID of the Data Catalog for which to set the security configuration. If none is supplied, the AWS account ID is used by default.
catalogId
- The ID of the Data Catalog for which to set the security configuration. If none is supplied, the AWS
account ID is used by default.PutDataCatalogEncryptionSettingsRequest.Builder dataCatalogEncryptionSettings(DataCatalogEncryptionSettings dataCatalogEncryptionSettings)
The security configuration to set.
dataCatalogEncryptionSettings
- The security configuration to set.default PutDataCatalogEncryptionSettingsRequest.Builder dataCatalogEncryptionSettings(Consumer<DataCatalogEncryptionSettings.Builder> dataCatalogEncryptionSettings)
The security configuration to set.
This is a convenience that creates an instance of theDataCatalogEncryptionSettings.Builder
avoiding
the need to create one manually via DataCatalogEncryptionSettings.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called
immediately and its result is passed to dataCatalogEncryptionSettings(DataCatalogEncryptionSettings)
.dataCatalogEncryptionSettings
- a consumer that will call methods on DataCatalogEncryptionSettings.Builder
dataCatalogEncryptionSettings(DataCatalogEncryptionSettings)
PutDataCatalogEncryptionSettingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.PutDataCatalogEncryptionSettingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.