Interface GetCatalogsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetCatalogsRequest.Builder,GetCatalogsRequest>,GlueRequest.Builder,SdkBuilder<GetCatalogsRequest.Builder,GetCatalogsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetCatalogsRequest
public static interface GetCatalogsRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<GetCatalogsRequest.Builder,GetCatalogsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetCatalogsRequest.BuildermaxResults(Integer maxResults)The maximum number of catalogs to return in one response.GetCatalogsRequest.BuildernextToken(String nextToken)A continuation token, if this is a continuation call.GetCatalogsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetCatalogsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetCatalogsRequest.BuilderparentCatalogId(String parentCatalogId)The ID of the parent catalog in which the catalog resides.GetCatalogsRequest.Builderrecursive(Boolean recursive)When specified as true, iterates through the account and returns all catalog resources (including top-level resources and child resources)-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
parentCatalogId
GetCatalogsRequest.Builder parentCatalogId(String parentCatalogId)
The ID of the parent catalog in which the catalog resides. If none is provided, the Amazon Web Services Account Number is used by default.
- Parameters:
parentCatalogId- The ID of the parent catalog in which the catalog resides. If none is provided, the Amazon Web Services Account Number is used by default.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
GetCatalogsRequest.Builder nextToken(String nextToken)
A continuation token, if this is a continuation call.
- Parameters:
nextToken- A continuation token, if this is a continuation call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
GetCatalogsRequest.Builder maxResults(Integer maxResults)
The maximum number of catalogs to return in one response.
- Parameters:
maxResults- The maximum number of catalogs to return in one response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recursive
GetCatalogsRequest.Builder recursive(Boolean recursive)
When specified as true, iterates through the account and returns all catalog resources (including top-level resources and child resources)
- Parameters:
recursive- When specified as true, iterates through the account and returns all catalog resources (including top-level resources and child resources)- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetCatalogsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetCatalogsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-