Interface ModifyAccountResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<ModifyAccountResponse.Builder,,- ModifyAccountResponse> - SdkBuilder<ModifyAccountResponse.Builder,,- ModifyAccountResponse> - SdkPojo,- SdkResponse.Builder,- WorkSpacesResponse.Builder
- Enclosing class:
- ModifyAccountResponse
@Mutable
@NotThreadSafe
public static interface ModifyAccountResponse.Builder
extends WorkSpacesResponse.Builder, SdkPojo, CopyableBuilder<ModifyAccountResponse.Builder,ModifyAccountResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionThe text message to describe the status of BYOL modification.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.workspaces.model.WorkSpacesResponse.Builderbuild, responseMetadata, responseMetadata
- 
Method Details- 
messageThe text message to describe the status of BYOL modification. - Parameters:
- message- The text message to describe the status of BYOL modification.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-