Interface ListTypeVersionsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CloudFormationResponse.Builder,CopyableBuilder<ListTypeVersionsResponse.Builder,,ListTypeVersionsResponse> SdkBuilder<ListTypeVersionsResponse.Builder,,ListTypeVersionsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListTypeVersionsResponse
-
Method Summary
Modifier and TypeMethodDescriptionIf the request doesn't return all of the remaining results,NextTokenis set to a token.typeVersionSummaries(Collection<TypeVersionSummary> typeVersionSummaries) A list ofTypeVersionSummarystructures that contain information about the specified extension's versions.typeVersionSummaries(Consumer<TypeVersionSummary.Builder>... typeVersionSummaries) A list ofTypeVersionSummarystructures that contain information about the specified extension's versions.typeVersionSummaries(TypeVersionSummary... typeVersionSummaries) A list ofTypeVersionSummarystructures that contain information about the specified extension's versions.Methods inherited from interface software.amazon.awssdk.services.cloudformation.model.CloudFormationResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
typeVersionSummaries
ListTypeVersionsResponse.Builder typeVersionSummaries(Collection<TypeVersionSummary> typeVersionSummaries) A list of
TypeVersionSummarystructures that contain information about the specified extension's versions.- Parameters:
typeVersionSummaries- A list ofTypeVersionSummarystructures that contain information about the specified extension's versions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
typeVersionSummaries
A list of
TypeVersionSummarystructures that contain information about the specified extension's versions.- Parameters:
typeVersionSummaries- A list ofTypeVersionSummarystructures that contain information about the specified extension's versions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
typeVersionSummaries
ListTypeVersionsResponse.Builder typeVersionSummaries(Consumer<TypeVersionSummary.Builder>... typeVersionSummaries) A list of
This is a convenience method that creates an instance of theTypeVersionSummarystructures that contain information about the specified extension's versions.TypeVersionSummary.Builderavoiding the need to create one manually viaTypeVersionSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totypeVersionSummaries(List<TypeVersionSummary>).- Parameters:
typeVersionSummaries- a consumer that will call methods onTypeVersionSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
If the request doesn't return all of the remaining results,
NextTokenis set to a token. To retrieve the next set of results, call this action again and assign that token to the request object'sNextTokenparameter. If the request returns all results,NextTokenis set tonull.- Parameters:
nextToken- If the request doesn't return all of the remaining results,NextTokenis set to a token. To retrieve the next set of results, call this action again and assign that token to the request object'sNextTokenparameter. If the request returns all results,NextTokenis set tonull.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-