public static interface DescribeActivationsResponse.Builder extends SsmResponse.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, 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.
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 © 2020. All rights reserved.