public static interface DescribeApplicationAssociationsResponse.Builder extends WorkSpacesResponse.Builder, SdkPojo, CopyableBuilder<DescribeApplicationAssociationsResponse.Builder,DescribeApplicationAssociationsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeApplicationAssociationsResponse.Builder |
associations(ApplicationResourceAssociation... associations)
List of associations and information about them.
|
DescribeApplicationAssociationsResponse.Builder |
associations(Collection<ApplicationResourceAssociation> associations)
List of associations and information about them.
|
DescribeApplicationAssociationsResponse.Builder |
associations(Consumer<ApplicationResourceAssociation.Builder>... associations)
List of associations and information about them.
|
DescribeApplicationAssociationsResponse.Builder |
nextToken(String nextToken)
If you received a
NextToken from a previous call that was paginated, provide this token to
receive the next set of results. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeApplicationAssociationsResponse.Builder associations(Collection<ApplicationResourceAssociation> associations)
List of associations and information about them.
associations - List of associations and information about them.DescribeApplicationAssociationsResponse.Builder associations(ApplicationResourceAssociation... associations)
List of associations and information about them.
associations - List of associations and information about them.DescribeApplicationAssociationsResponse.Builder associations(Consumer<ApplicationResourceAssociation.Builder>... associations)
List of associations and information about them.
This is a convenience method that creates an instance of theApplicationResourceAssociation.Builder avoiding the
need to create one manually via
ApplicationResourceAssociation.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
ApplicationResourceAssociation.Builder#associations(java.util.Collection) DescribeApplicationAssociationsResponse.Builder nextToken(String nextToken)
If you received a NextToken from a previous call that was paginated, provide this token to
receive the next set of results.
nextToken - If you received a NextToken from a previous call that was paginated, provide this token
to receive the next set of results.Copyright © 2023. All rights reserved.