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.
|
buildoverrideConfigurationcopyapplyMutation, buildGetDataCatalogEncryptionSettingsRequest.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.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.GetDataCatalogEncryptionSettingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.