Interface DescribeImageAssociationsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeImageAssociationsResponse.Builder,DescribeImageAssociationsResponse>,SdkBuilder<DescribeImageAssociationsResponse.Builder,DescribeImageAssociationsResponse>,SdkPojo,SdkResponse.Builder,WorkSpacesResponse.Builder
- Enclosing class:
- DescribeImageAssociationsResponse
public static interface DescribeImageAssociationsResponse.Builder extends WorkSpacesResponse.Builder, SdkPojo, CopyableBuilder<DescribeImageAssociationsResponse.Builder,DescribeImageAssociationsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeImageAssociationsResponse.Builderassociations(Collection<ImageResourceAssociation> associations)List of information about the specified associations.DescribeImageAssociationsResponse.Builderassociations(Consumer<ImageResourceAssociation.Builder>... associations)List of information about the specified associations.DescribeImageAssociationsResponse.Builderassociations(ImageResourceAssociation... associations)List of information about the specified associations.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.workspaces.model.WorkSpacesResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
associations
DescribeImageAssociationsResponse.Builder associations(Collection<ImageResourceAssociation> associations)
List of information about the specified associations.
- Parameters:
associations- List of information about the specified associations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
associations
DescribeImageAssociationsResponse.Builder associations(ImageResourceAssociation... associations)
List of information about the specified associations.
- Parameters:
associations- List of information about the specified associations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
associations
DescribeImageAssociationsResponse.Builder associations(Consumer<ImageResourceAssociation.Builder>... associations)
List of information about the specified associations.
This is a convenience method that creates an instance of theImageResourceAssociation.Builderavoiding the need to create one manually viaImageResourceAssociation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#associations(List.) - Parameters:
associations- a consumer that will call methods onImageResourceAssociation.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#associations(java.util.Collection)
-
-