public static interface ListTypesResponse.Builder extends CloudFormationResponse.Builder, SdkPojo, CopyableBuilder<ListTypesResponse.Builder,ListTypesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListTypesResponse.Builder |
nextToken(String nextToken)
If the request doesn't return all the remaining results,
NextToken is set to a token. |
ListTypesResponse.Builder |
typeSummaries(Collection<TypeSummary> typeSummaries)
A list of
TypeSummary structures that contain information about the specified extensions. |
ListTypesResponse.Builder |
typeSummaries(Consumer<TypeSummary.Builder>... typeSummaries)
A list of
TypeSummary structures that contain information about the specified extensions. |
ListTypesResponse.Builder |
typeSummaries(TypeSummary... typeSummaries)
A list of
TypeSummary structures that contain information about the specified extensions. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTypesResponse.Builder typeSummaries(Collection<TypeSummary> typeSummaries)
A list of TypeSummary structures that contain information about the specified extensions.
typeSummaries - A list of TypeSummary structures that contain information about the specified extensions.ListTypesResponse.Builder typeSummaries(TypeSummary... typeSummaries)
A list of TypeSummary structures that contain information about the specified extensions.
typeSummaries - A list of TypeSummary structures that contain information about the specified extensions.ListTypesResponse.Builder typeSummaries(Consumer<TypeSummary.Builder>... typeSummaries)
A list of TypeSummary structures that contain information about the specified extensions.
TypeSummary.Builder avoiding the need to create
one manually via TypeSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #typeSummaries(List.
typeSummaries - a consumer that will call methods on
TypeSummary.Builder#typeSummaries(java.util.Collection) ListTypesResponse.Builder nextToken(String nextToken)
If the request doesn't return all the remaining results, NextToken is set to a token. To
retrieve the next set of results, call this action again and assign that token to the request object's
NextToken parameter. If the request returns all results, NextToken is set to
null.
nextToken - If the request doesn't return all the remaining results, NextToken is set to a token. To
retrieve the next set of results, call this action again and assign that token to the request object's
NextToken parameter. If the request returns all results, NextToken is set to
null.Copyright © 2022. All rights reserved.