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 ofCatalog
objects.catalogList
(Consumer<Catalog.Builder>... catalogList) An array ofCatalog
objects.catalogList
(Catalog... catalogList) An array ofCatalog
objects.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
copy
Methods inherited from interface software.amazon.awssdk.services.glue.model.GlueResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
catalogList
An array of
Catalog
objects. A list ofCatalog
objects from the specified parent catalog.- Parameters:
catalogList
- An array ofCatalog
objects. A list ofCatalog
objects from the specified parent catalog.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
catalogList
An array of
Catalog
objects. A list ofCatalog
objects from the specified parent catalog.- Parameters:
catalogList
- An array ofCatalog
objects. A list ofCatalog
objects 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 theCatalog
objects. A list ofCatalog
objects from the specified parent catalog.Catalog.Builder
avoiding the need to create one manually viaCatalog.builder()
.When the
Consumer
completes,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.
-