Interface ListTypesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CloudFormationResponse.Builder,CopyableBuilder<ListTypesResponse.Builder,,ListTypesResponse> SdkBuilder<ListTypesResponse.Builder,,ListTypesResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListTypesResponse
@Mutable
@NotThreadSafe
public static interface ListTypesResponse.Builder
extends CloudFormationResponse.Builder, SdkPojo, CopyableBuilder<ListTypesResponse.Builder,ListTypesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionIf the request doesn't return all the remaining results,NextTokenis set to a token.typeSummaries(Collection<TypeSummary> typeSummaries) A list ofTypeSummarystructures that contain information about the specified extensions.typeSummaries(Consumer<TypeSummary.Builder>... typeSummaries) A list ofTypeSummarystructures that contain information about the specified extensions.typeSummaries(TypeSummary... typeSummaries) A list ofTypeSummarystructures that contain information about the specified extensions.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
-
typeSummaries
A list of
TypeSummarystructures that contain information about the specified extensions.- Parameters:
typeSummaries- A list ofTypeSummarystructures that contain information about the specified extensions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
typeSummaries
A list of
TypeSummarystructures that contain information about the specified extensions.- Parameters:
typeSummaries- A list ofTypeSummarystructures that contain information about the specified extensions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
typeSummaries
A list of
This is a convenience method that creates an instance of theTypeSummarystructures that contain information about the specified extensions.TypeSummary.Builderavoiding the need to create one manually viaTypeSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totypeSummaries(List<TypeSummary>).- Parameters:
typeSummaries- a consumer that will call methods onTypeSummary.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 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 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.
-