Interface DescribeAccountModificationsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeAccountModificationsResponse.Builder,DescribeAccountModificationsResponse>,SdkBuilder<DescribeAccountModificationsResponse.Builder,DescribeAccountModificationsResponse>,SdkPojo,SdkResponse.Builder,WorkSpacesResponse.Builder
- Enclosing class:
- DescribeAccountModificationsResponse
public static interface DescribeAccountModificationsResponse.Builder extends WorkSpacesResponse.Builder, SdkPojo, CopyableBuilder<DescribeAccountModificationsResponse.Builder,DescribeAccountModificationsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeAccountModificationsResponse.BuilderaccountModifications(Collection<AccountModification> accountModifications)The list of modifications to the configuration of BYOL.DescribeAccountModificationsResponse.BuilderaccountModifications(Consumer<AccountModification.Builder>... accountModifications)The list of modifications to the configuration of BYOL.DescribeAccountModificationsResponse.BuilderaccountModifications(AccountModification... accountModifications)The list of modifications to the configuration of BYOL.DescribeAccountModificationsResponse.BuildernextToken(String nextToken)The token to use to retrieve the next page of results.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.workspaces.model.WorkSpacesResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
accountModifications
DescribeAccountModificationsResponse.Builder accountModifications(Collection<AccountModification> accountModifications)
The list of modifications to the configuration of BYOL.
- Parameters:
accountModifications- The list of modifications to the configuration of BYOL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountModifications
DescribeAccountModificationsResponse.Builder accountModifications(AccountModification... accountModifications)
The list of modifications to the configuration of BYOL.
- Parameters:
accountModifications- The list of modifications to the configuration of BYOL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountModifications
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.Builderavoiding the need to create one manually viaAccountModification.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#accountModifications(List.) - Parameters:
accountModifications- a consumer that will call methods onAccountModification.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#accountModifications(java.util.Collection)
-
nextToken
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.
- Parameters:
nextToken- The token to use to retrieve the next page of results. This value is null when there are no more results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-