public static interface ListTypeVersionsResponse.Builder extends CloudFormationResponse.Builder, SdkPojo, CopyableBuilder<ListTypeVersionsResponse.Builder,ListTypeVersionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListTypeVersionsResponse.Builder |
nextToken(String nextToken)
If the request doesn't return all of the remaining results,
NextToken is set to a token. |
ListTypeVersionsResponse.Builder |
typeVersionSummaries(Collection<TypeVersionSummary> typeVersionSummaries)
A list of
TypeVersionSummary structures that contain information about the specified type's
versions. |
ListTypeVersionsResponse.Builder |
typeVersionSummaries(Consumer<TypeVersionSummary.Builder>... typeVersionSummaries)
A list of
TypeVersionSummary structures that contain information about the specified type's
versions. |
ListTypeVersionsResponse.Builder |
typeVersionSummaries(TypeVersionSummary... typeVersionSummaries)
A list of
TypeVersionSummary structures that contain information about the specified type's
versions. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTypeVersionsResponse.Builder typeVersionSummaries(Collection<TypeVersionSummary> typeVersionSummaries)
A list of TypeVersionSummary structures that contain information about the specified type's
versions.
typeVersionSummaries - A list of TypeVersionSummary structures that contain information about the specified
type's versions.ListTypeVersionsResponse.Builder typeVersionSummaries(TypeVersionSummary... typeVersionSummaries)
A list of TypeVersionSummary structures that contain information about the specified type's
versions.
typeVersionSummaries - A list of TypeVersionSummary structures that contain information about the specified
type's versions.ListTypeVersionsResponse.Builder typeVersionSummaries(Consumer<TypeVersionSummary.Builder>... typeVersionSummaries)
A list of TypeVersionSummary structures that contain information about the specified type's
versions.
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 #typeVersionSummaries(List) .typeVersionSummaries - a consumer that will call methods on List.Builder #typeVersionSummaries(List) ListTypeVersionsResponse.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 © 2020. All rights reserved.