public static interface GetDataCatalogEncryptionSettingsRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<GetDataCatalogEncryptionSettingsRequest.Builder,GetDataCatalogEncryptionSettingsRequest>
Modifier and Type | Method and Description |
---|---|
GetDataCatalogEncryptionSettingsRequest.Builder |
catalogId(String catalogId)
The ID of the Data Catalog for which to retrieve the security configuration.
|
GetDataCatalogEncryptionSettingsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetDataCatalogEncryptionSettingsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
GetDataCatalogEncryptionSettingsRequest.Builder catalogId(String catalogId)
The ID of the Data Catalog for which to retrieve 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 retrieve the security configuration. If none is supplied, the
AWS account ID is used by default.GetDataCatalogEncryptionSettingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GetDataCatalogEncryptionSettingsRequest.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.