public static interface PutDataProtectionPolicyRequest.Builder extends SnsRequest.Builder, SdkPojo, CopyableBuilder<PutDataProtectionPolicyRequest.Builder,PutDataProtectionPolicyRequest>
Modifier and Type | Method and Description |
---|---|
PutDataProtectionPolicyRequest.Builder |
dataProtectionPolicy(String dataProtectionPolicy)
The JSON serialization of the topic's
DataProtectionPolicy . |
PutDataProtectionPolicyRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutDataProtectionPolicyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PutDataProtectionPolicyRequest.Builder |
resourceArn(String resourceArn)
The ARN of the topic whose
DataProtectionPolicy you want to add or update. |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
PutDataProtectionPolicyRequest.Builder resourceArn(String resourceArn)
The ARN of the topic whose DataProtectionPolicy
you want to add or update.
For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
resourceArn
- The ARN of the topic whose DataProtectionPolicy
you want to add or update.
For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
PutDataProtectionPolicyRequest.Builder dataProtectionPolicy(String dataProtectionPolicy)
The JSON serialization of the topic's DataProtectionPolicy
.
The DataProtectionPolicy
must be in JSON string format.
Length Constraints: Maximum length of 30,720.
dataProtectionPolicy
- The JSON serialization of the topic's DataProtectionPolicy
.
The DataProtectionPolicy
must be in JSON string format.
Length Constraints: Maximum length of 30,720.
PutDataProtectionPolicyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
PutDataProtectionPolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.