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