public static interface DescribeActivationsResponse.Builder extends SSMResponse.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 |
activationList(Consumer<Activation.Builder>... activationList)
A list of activations for your AWS account.
|
DescribeActivationsResponse.Builder |
nextToken(String nextToken)
The token for the next set of items to return.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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.
activationList - A list of activations for your AWS account.DescribeActivationsResponse.Builder activationList(Consumer<Activation.Builder>... activationList)
A list of activations for your AWS account.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #activationList(List) .activationList - a consumer that will call methods on List.Builder #activationList(List) 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.