Interface GetCatalogsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetCatalogsResponse.Builder,,GetCatalogsResponse> GlueResponse.Builder,SdkBuilder<GetCatalogsResponse.Builder,,GetCatalogsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetCatalogsResponse
@Mutable
@NotThreadSafe
public static interface GetCatalogsResponse.Builder
extends GlueResponse.Builder, SdkPojo, CopyableBuilder<GetCatalogsResponse.Builder,GetCatalogsResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncatalogList(Collection<Catalog> catalogList) An array ofCatalogobjects.catalogList(Consumer<Catalog.Builder>... catalogList) An array ofCatalogobjects.catalogList(Catalog... catalogList) An array ofCatalogobjects.A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.glue.model.GlueResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
catalogList
An array of
Catalogobjects. A list ofCatalogobjects from the specified parent catalog.- Parameters:
catalogList- An array ofCatalogobjects. A list ofCatalogobjects from the specified parent catalog.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
catalogList
An array of
Catalogobjects. A list ofCatalogobjects from the specified parent catalog.- Parameters:
catalogList- An array ofCatalogobjects. A list ofCatalogobjects from the specified parent catalog.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
catalogList
An array of
This is a convenience method that creates an instance of theCatalogobjects. A list ofCatalogobjects from the specified parent catalog.Catalog.Builderavoiding the need to create one manually viaCatalog.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocatalogList(List<Catalog>).- Parameters:
catalogList- a consumer that will call methods onCatalog.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.
- Parameters:
nextToken- A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-