public static interface DescribeBundleAssociationsResponse.Builder extends WorkSpacesResponse.Builder, SdkPojo, CopyableBuilder<DescribeBundleAssociationsResponse.Builder,DescribeBundleAssociationsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeBundleAssociationsResponse.Builder |
associations(BundleResourceAssociation... associations)
List of information about the specified associations.
|
DescribeBundleAssociationsResponse.Builder |
associations(Collection<BundleResourceAssociation> associations)
List of information about the specified associations.
|
DescribeBundleAssociationsResponse.Builder |
associations(Consumer<BundleResourceAssociation.Builder>... associations)
List of information about the specified associations.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeBundleAssociationsResponse.Builder associations(Collection<BundleResourceAssociation> associations)
List of information about the specified associations.
associations - List of information about the specified associations.DescribeBundleAssociationsResponse.Builder associations(BundleResourceAssociation... associations)
List of information about the specified associations.
associations - List of information about the specified associations.DescribeBundleAssociationsResponse.Builder associations(Consumer<BundleResourceAssociation.Builder>... associations)
List of information about the specified associations.
This is a convenience method that creates an instance of theBundleResourceAssociation.Builder avoiding the need
to create one manually via
BundleResourceAssociation.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
BundleResourceAssociation.Builder#associations(java.util.Collection) Copyright © 2023. All rights reserved.