CopyableBuilder<DescribeActivationsResponse.Builder,DescribeActivationsResponse>
, SdkBuilder<DescribeActivationsResponse.Builder,DescribeActivationsResponse>
public static interface DescribeActivationsResponse.Builder extends CopyableBuilder<DescribeActivationsResponse.Builder,DescribeActivationsResponse>
Modifier and Type | Method | Description |
---|---|---|
DescribeActivationsResponse.Builder |
activationList(Collection<Activation> activationList) |
A list of activations for your AWS account.
|
DescribeActivationsResponse.Builder |
activationList(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.
|
copy
apply, build
DescribeActivationsResponse.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 Amazon Web Services, Inc. All Rights Reserved.