Interface GetCatalogImportStatusRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetCatalogImportStatusRequest.Builder,GetCatalogImportStatusRequest>,GlueRequest.Builder,SdkBuilder<GetCatalogImportStatusRequest.Builder,GetCatalogImportStatusRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetCatalogImportStatusRequest
public static interface GetCatalogImportStatusRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<GetCatalogImportStatusRequest.Builder,GetCatalogImportStatusRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetCatalogImportStatusRequest.BuildercatalogId(String catalogId)The ID of the catalog to migrate.GetCatalogImportStatusRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetCatalogImportStatusRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.glue.model.GlueRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
catalogId
GetCatalogImportStatusRequest.Builder catalogId(String catalogId)
The ID of the catalog to migrate. Currently, this should be the Amazon Web Services account ID.
- Parameters:
catalogId- The ID of the catalog to migrate. Currently, this should be the Amazon Web Services account ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetCatalogImportStatusRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetCatalogImportStatusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-