Interface CreateDataProtectionSettingsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateDataProtectionSettingsResponse.Builder,,CreateDataProtectionSettingsResponse> SdkBuilder<CreateDataProtectionSettingsResponse.Builder,,CreateDataProtectionSettingsResponse> SdkPojo,SdkResponse.Builder,WorkSpacesWebResponse.Builder
- Enclosing class:
CreateDataProtectionSettingsResponse
@Mutable
@NotThreadSafe
public static interface CreateDataProtectionSettingsResponse.Builder
extends WorkSpacesWebResponse.Builder, SdkPojo, CopyableBuilder<CreateDataProtectionSettingsResponse.Builder,CreateDataProtectionSettingsResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondataProtectionSettingsArn(String dataProtectionSettingsArn) The ARN of the data protection settings resource.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.workspacesweb.model.WorkSpacesWebResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
dataProtectionSettingsArn
CreateDataProtectionSettingsResponse.Builder dataProtectionSettingsArn(String dataProtectionSettingsArn) The ARN of the data protection settings resource.
- Parameters:
dataProtectionSettingsArn- The ARN of the data protection settings resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-