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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
ImportCatalogToGlueRequest.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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.