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.BuilderincludeRoot(Boolean includeRoot)Whether to list the default catalog in the account and region in the response.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)Whether to list all catalogs across the catalog hierarchy, starting from theParentCatalogId.-
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)
Whether to list all catalogs across the catalog hierarchy, starting from the
ParentCatalogId. Defaults tofalse. Whentrue, all catalog objects in theParentCatalogIDhierarchy are enumerated in the response.- Parameters:
recursive- Whether to list all catalogs across the catalog hierarchy, starting from theParentCatalogId. Defaults tofalse. Whentrue, all catalog objects in theParentCatalogIDhierarchy are enumerated in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
includeRoot
GetCatalogsRequest.Builder includeRoot(Boolean includeRoot)
Whether to list the default catalog in the account and region in the response. Defaults to
false. WhentrueandParentCatalogId = NULL | Amazon Web Services Account ID, all catalogs and the default catalog are enumerated in the response.When the
ParentCatalogIdis not equal to null, and this attribute is passed asfalseortrue, anInvalidInputExceptionis thrown.- Parameters:
includeRoot- Whether to list the default catalog in the account and region in the response. Defaults tofalse. WhentrueandParentCatalogId = NULL | Amazon Web Services Account ID, all catalogs and the default catalog are enumerated in the response.When the
ParentCatalogIdis not equal to null, and this attribute is passed asfalseortrue, anInvalidInputExceptionis thrown.- 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
-
-