Interface ImportCatalogToGlueRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ImportCatalogToGlueRequest.Builder,ImportCatalogToGlueRequest>,GlueRequest.Builder,SdkBuilder<ImportCatalogToGlueRequest.Builder,ImportCatalogToGlueRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ImportCatalogToGlueRequest
public static interface ImportCatalogToGlueRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<ImportCatalogToGlueRequest.Builder,ImportCatalogToGlueRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ImportCatalogToGlueRequest.BuildercatalogId(String catalogId)The ID of the catalog to import.ImportCatalogToGlueRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ImportCatalogToGlueRequest.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
ImportCatalogToGlueRequest.Builder catalogId(String catalogId)
The ID of the catalog to import. Currently, this should be the Amazon Web Services account ID.
- Parameters:
catalogId- The ID of the catalog to import. 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
ImportCatalogToGlueRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ImportCatalogToGlueRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-