Interface ListSchemasResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CleanRoomsResponse.Builder
,CopyableBuilder<ListSchemasResponse.Builder,
,ListSchemasResponse> SdkBuilder<ListSchemasResponse.Builder,
,ListSchemasResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListSchemasResponse
public static interface ListSchemasResponse.Builder
extends CleanRoomsResponse.Builder, SdkPojo, CopyableBuilder<ListSchemasResponse.Builder,ListSchemasResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe token value retrieved from a previous call to access the next page of results.schemaSummaries
(Collection<SchemaSummary> schemaSummaries) The retrieved list of schemas.schemaSummaries
(Consumer<SchemaSummary.Builder>... schemaSummaries) The retrieved list of schemas.schemaSummaries
(SchemaSummary... schemaSummaries) The retrieved list of schemas.Methods inherited from interface software.amazon.awssdk.services.cleanrooms.model.CleanRoomsResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
schemaSummaries
The retrieved list of schemas.
- Parameters:
schemaSummaries
- The retrieved list of schemas.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schemaSummaries
The retrieved list of schemas.
- Parameters:
schemaSummaries
- The retrieved list of schemas.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schemaSummaries
The retrieved list of schemas.
This is a convenience method that creates an instance of theSchemaSummary.Builder
avoiding the need to create one manually viaSchemaSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toschemaSummaries(List<SchemaSummary>)
.- Parameters:
schemaSummaries
- a consumer that will call methods onSchemaSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The token value retrieved from a previous call to access the next page of results.
- Parameters:
nextToken
- The token value retrieved from a previous call to access the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-