Interface AssociateDataProtectionSettingsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<AssociateDataProtectionSettingsResponse.Builder,
,AssociateDataProtectionSettingsResponse> SdkBuilder<AssociateDataProtectionSettingsResponse.Builder,
,AssociateDataProtectionSettingsResponse> SdkPojo
,SdkResponse.Builder
,WorkSpacesWebResponse.Builder
- Enclosing class:
AssociateDataProtectionSettingsResponse
@Mutable
@NotThreadSafe
public static interface AssociateDataProtectionSettingsResponse.Builder
extends WorkSpacesWebResponse.Builder, SdkPojo, CopyableBuilder<AssociateDataProtectionSettingsResponse.Builder,AssociateDataProtectionSettingsResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondataProtectionSettingsArn
(String dataProtectionSettingsArn) The ARN of the data protection settings resource.The ARN of the web portal.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
AssociateDataProtectionSettingsResponse.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.
-
portalArn
The ARN of the web portal.
- Parameters:
portalArn
- The ARN of the web portal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-