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
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.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.
-