public static interface DescribeAccountModificationsResponse.Builder extends WorkSpacesResponse.Builder, SdkPojo, CopyableBuilder<DescribeAccountModificationsResponse.Builder,DescribeAccountModificationsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeAccountModificationsResponse.Builder |
accountModifications(AccountModification... accountModifications)
The list of modifications to the configuration of BYOL.
|
DescribeAccountModificationsResponse.Builder |
accountModifications(Collection<AccountModification> accountModifications)
The list of modifications to the configuration of BYOL.
|
DescribeAccountModificationsResponse.Builder |
accountModifications(Consumer<AccountModification.Builder>... accountModifications)
The list of modifications to the configuration of BYOL.
|
DescribeAccountModificationsResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next set of results, or null if no more results are available.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildDescribeAccountModificationsResponse.Builder accountModifications(Collection<AccountModification> accountModifications)
The list of modifications to the configuration of BYOL.
accountModifications - The list of modifications to the configuration of BYOL.DescribeAccountModificationsResponse.Builder accountModifications(AccountModification... accountModifications)
The list of modifications to the configuration of BYOL.
accountModifications - The list of modifications to the configuration of BYOL.DescribeAccountModificationsResponse.Builder accountModifications(Consumer<AccountModification.Builder>... accountModifications)
The list of modifications to the configuration of BYOL.
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 #accountModifications(List) .accountModifications - a consumer that will call methods on List.Builder #accountModifications(List) DescribeAccountModificationsResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next set of results, or null if no more results are available.
nextToken - The token to use to retrieve the next set of results, or null if no more results are available.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.