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 extension's
versions. |
ListTypeVersionsResponse.Builder |
typeVersionSummaries(Consumer<TypeVersionSummary.Builder>... typeVersionSummaries)
A list of
TypeVersionSummary structures that contain information about the specified extension's
versions. |
ListTypeVersionsResponse.Builder |
typeVersionSummaries(TypeVersionSummary... typeVersionSummaries)
A list of
TypeVersionSummary structures that contain information about the specified extension's
versions. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTypeVersionsResponse.Builder typeVersionSummaries(Collection<TypeVersionSummary> typeVersionSummaries)
A list of TypeVersionSummary structures that contain information about the specified extension's
versions.
typeVersionSummaries - A list of TypeVersionSummary structures that contain information about the specified
extension's versions.ListTypeVersionsResponse.Builder typeVersionSummaries(TypeVersionSummary... typeVersionSummaries)
A list of TypeVersionSummary structures that contain information about the specified extension's
versions.
typeVersionSummaries - A list of TypeVersionSummary structures that contain information about the specified
extension's versions.ListTypeVersionsResponse.Builder typeVersionSummaries(Consumer<TypeVersionSummary.Builder>... typeVersionSummaries)
A list of TypeVersionSummary structures that contain information about the specified extension's
versions.
TypeVersionSummary.Builder avoiding the need to
create one manually via
TypeVersionSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #typeVersionSummaries(List.
typeVersionSummaries - a consumer that will call methods on
TypeVersionSummary.Builder#typeVersionSummaries(java.util.Collection) 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 © 2023. All rights reserved.