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.
|
build
requestOverrideConfig
copy
apply, build
GetCatalogImportStatusRequest.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.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.GetCatalogImportStatusRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.