public static interface DescribeEffectiveInstanceAssociationsResponse.Builder extends SsmResponse.Builder, SdkPojo, CopyableBuilder<DescribeEffectiveInstanceAssociationsResponse.Builder,DescribeEffectiveInstanceAssociationsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeEffectiveInstanceAssociationsResponse.Builder |
associations(Collection<InstanceAssociation> associations)
The associations for the requested managed node.
|
DescribeEffectiveInstanceAssociationsResponse.Builder |
associations(Consumer<InstanceAssociation.Builder>... associations)
The associations for the requested managed node.
|
DescribeEffectiveInstanceAssociationsResponse.Builder |
associations(InstanceAssociation... associations)
The associations for the requested managed node.
|
DescribeEffectiveInstanceAssociationsResponse.Builder |
nextToken(String nextToken)
The token to use when requesting the next set of items.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeEffectiveInstanceAssociationsResponse.Builder associations(Collection<InstanceAssociation> associations)
The associations for the requested managed node.
associations - The associations for the requested managed node.DescribeEffectiveInstanceAssociationsResponse.Builder associations(InstanceAssociation... associations)
The associations for the requested managed node.
associations - The associations for the requested managed node.DescribeEffectiveInstanceAssociationsResponse.Builder associations(Consumer<InstanceAssociation.Builder>... associations)
The associations for the requested managed node.
This is a convenience method that creates an instance of theInstanceAssociation.Builder avoiding the need to create one
manually via InstanceAssociation.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
InstanceAssociation.Builder#associations(java.util.Collection) DescribeEffectiveInstanceAssociationsResponse.Builder nextToken(String nextToken)
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
nextToken - The token to use when requesting the next set of items. If there are no additional items to return,
the string is empty.Copyright © 2022. All rights reserved.