Interface GetDataProtectionPolicyResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetDataProtectionPolicyResponse.Builder,
,GetDataProtectionPolicyResponse> SdkBuilder<GetDataProtectionPolicyResponse.Builder,
,GetDataProtectionPolicyResponse> SdkPojo
,SdkResponse.Builder
,SnsResponse.Builder
- Enclosing class:
GetDataProtectionPolicyResponse
public static interface GetDataProtectionPolicyResponse.Builder
extends SnsResponse.Builder, SdkPojo, CopyableBuilder<GetDataProtectionPolicyResponse.Builder,GetDataProtectionPolicyResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondataProtectionPolicy
(String dataProtectionPolicy) Retrieves theDataProtectionPolicy
in JSON string format.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, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods inherited from interface software.amazon.awssdk.services.sns.model.SnsResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
dataProtectionPolicy
Retrieves the
DataProtectionPolicy
in JSON string format.- Parameters:
dataProtectionPolicy
- Retrieves theDataProtectionPolicy
in JSON string format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-