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 method that creates an instance of theAccountModification.Builder avoiding the need to
create one manually via
AccountModification.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #accountModifications(List.
accountModifications - a consumer that will call methods on
AccountModification.Builder#accountModifications(java.util.Collection) 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 © 2023. All rights reserved.