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 to retrieve the security configuration for.
|
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
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetDataCatalogEncryptionSettingsRequest.Builder catalogId(String catalogId)
The ID of the Data Catalog to retrieve the security configuration for. If none is provided, the AWS account ID is used by default.
catalogId
- The ID of the Data Catalog to retrieve the security configuration for. If none is provided, 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 © 2021 Amazon Web Services, Inc. All Rights Reserved.