public static interface DescribeImageAssociationsResponse.Builder extends WorkSpacesResponse.Builder, SdkPojo, CopyableBuilder<DescribeImageAssociationsResponse.Builder,DescribeImageAssociationsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeImageAssociationsResponse.Builder |
associations(Collection<ImageResourceAssociation> associations)
List of information about the specified associations.
|
DescribeImageAssociationsResponse.Builder |
associations(Consumer<ImageResourceAssociation.Builder>... associations)
List of information about the specified associations.
|
DescribeImageAssociationsResponse.Builder |
associations(ImageResourceAssociation... associations)
List of information about the specified associations.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeImageAssociationsResponse.Builder associations(Collection<ImageResourceAssociation> associations)
List of information about the specified associations.
associations - List of information about the specified associations.DescribeImageAssociationsResponse.Builder associations(ImageResourceAssociation... associations)
List of information about the specified associations.
associations - List of information about the specified 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.Builder avoiding the need
to create one manually via
ImageResourceAssociation.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #associations(List.
associations - a consumer that will call methods on
ImageResourceAssociation.Builder#associations(java.util.Collection) Copyright © 2023. All rights reserved.