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 Amazon Web Services account.
|
DescribeActivationsResponse.Builder |
activationList(Collection<Activation> activationList)
A list of activations for your Amazon Web Services account.
|
DescribeActivationsResponse.Builder |
activationList(Consumer<Activation.Builder>... activationList)
A list of activations for your Amazon Web Services account.
|
DescribeActivationsResponse.Builder |
nextToken(String nextToken)
The token for the next set of items to return.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeActivationsResponse.Builder activationList(Collection<Activation> activationList)
A list of activations for your Amazon Web Services account.
activationList - A list of activations for your Amazon Web Services account.DescribeActivationsResponse.Builder activationList(Activation... activationList)
A list of activations for your Amazon Web Services account.
activationList - A list of activations for your Amazon Web Services account.DescribeActivationsResponse.Builder activationList(Consumer<Activation.Builder>... activationList)
A list of activations for your Amazon Web Services account.
This is a convenience method that creates an instance of theActivation.Builder avoiding the need to create one manually
via Activation.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #activationList(List.
activationList - a consumer that will call methods on
Activation.Builder#activationList(java.util.Collection) 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 © 2022. All rights reserved.