public static interface DescribeEffectiveInstanceAssociationsResponse.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<DescribeEffectiveInstanceAssociationsResponse.Builder,DescribeEffectiveInstanceAssociationsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeEffectiveInstanceAssociationsResponse.Builder |
associations(Collection<InstanceAssociation> associations)
The associations for the requested instance.
|
DescribeEffectiveInstanceAssociationsResponse.Builder |
associations(InstanceAssociation... associations)
The associations for the requested instance.
|
DescribeEffectiveInstanceAssociationsResponse.Builder |
nextToken(String nextToken)
The token to use when requesting the next set of items.
|
copyapply, buildDescribeEffectiveInstanceAssociationsResponse.Builder associations(Collection<InstanceAssociation> associations)
The associations for the requested instance.
associations - The associations for the requested instance.DescribeEffectiveInstanceAssociationsResponse.Builder associations(InstanceAssociation... associations)
The associations for the requested instance.
NOTE: This method appends the values to the existing list (if any). Use
#setAssociations(java.util.Collection) or #withAssociations(java.util.Collection) if you want
to override the existing values.
associations - The associations for the requested instance.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 © 2017. All rights reserved.