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 page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 page of results. This value is null when there are no more results to return.
nextToken - The token to use to retrieve the next page of results. This value is null when there are no more
results to return.Copyright © 2021. All rights reserved.