public static interface DescribeActivationsResponse.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<DescribeActivationsResponse.Builder,DescribeActivationsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeActivationsResponse.Builder |
activationList(Activation... activationList)
A list of activations for your AWS account.
|
DescribeActivationsResponse.Builder |
activationList(Collection<Activation> activationList)
A list of activations for your AWS account.
|
DescribeActivationsResponse.Builder |
nextToken(String nextToken)
The token for the next set of items to return.
|
copyapply, buildDescribeActivationsResponse.Builder activationList(Collection<Activation> activationList)
A list of activations for your AWS account.
activationList - A list of activations for your AWS account.DescribeActivationsResponse.Builder activationList(Activation... activationList)
A list of activations for your AWS account.
NOTE: This method appends the values to the existing list (if any). Use
#setActivationList(java.util.Collection) or #withActivationList(java.util.Collection) if you
want to override the existing values.
activationList - A list of activations for your AWS account.DescribeActivationsResponse.Builder nextToken(String nextToken)
The token for the next set of items to return. Use this token to get the next set of results.
nextToken - The token for the next set of items to return. Use this token to get the next set of results.Copyright © 2017. All rights reserved.