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 of 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 types. |
ListTypesResponse.Builder |
typeSummaries(Consumer<TypeSummary.Builder>... typeSummaries)
A list of
TypeSummary structures that contain information about the specified types. |
ListTypesResponse.Builder |
typeSummaries(TypeSummary... typeSummaries)
A list of
TypeSummary structures that contain information about the specified types. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTypesResponse.Builder typeSummaries(Collection<TypeSummary> typeSummaries)
A list of TypeSummary structures that contain information about the specified types.
typeSummaries - A list of TypeSummary structures that contain information about the specified types.ListTypesResponse.Builder typeSummaries(TypeSummary... typeSummaries)
A list of TypeSummary structures that contain information about the specified types.
typeSummaries - A list of TypeSummary structures that contain information about the specified types.ListTypesResponse.Builder typeSummaries(Consumer<TypeSummary.Builder>... typeSummaries)
A list of TypeSummary structures that contain information about the specified types.
List.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #typeSummaries(List) .typeSummaries - a consumer that will call methods on List.Builder #typeSummaries(List) ListTypesResponse.Builder nextToken(String nextToken)
If the request doesn't return all of 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 of 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 © 2021. All rights reserved.