public static interface GetCatalogImportStatusRequest.Builder extends GlueRequest.Builder, CopyableBuilder<GetCatalogImportStatusRequest.Builder,GetCatalogImportStatusRequest>
| Modifier and Type | Method and Description |
|---|---|
GetCatalogImportStatusRequest.Builder |
catalogId(String catalogId)
The ID of the catalog to migrate.
|
GetCatalogImportStatusRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
GetCatalogImportStatusRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildGetCatalogImportStatusRequest.Builder catalogId(String catalogId)
The ID of the catalog to migrate. Currently, this should be the AWS account ID.
catalogId - The ID of the catalog to migrate. Currently, this should be the AWS account ID.GetCatalogImportStatusRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.GetCatalogImportStatusRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.