public static interface ImportCatalogToGlueRequest.Builder extends GlueRequest.Builder, CopyableBuilder<ImportCatalogToGlueRequest.Builder,ImportCatalogToGlueRequest>
| Modifier and Type | Method and Description |
|---|---|
ImportCatalogToGlueRequest.Builder |
catalogId(String catalogId)
The ID of the catalog to import.
|
ImportCatalogToGlueRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ImportCatalogToGlueRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildImportCatalogToGlueRequest.Builder catalogId(String catalogId)
The ID of the catalog to import. Currently, this should be the AWS account ID.
catalogId - The ID of the catalog to import. Currently, this should be the AWS account ID.ImportCatalogToGlueRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ImportCatalogToGlueRequest.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.