public static interface GetDataProtectionPolicyRequest.Builder extends SnsRequest.Builder, SdkPojo, CopyableBuilder<GetDataProtectionPolicyRequest.Builder,GetDataProtectionPolicyRequest>
Modifier and Type | Method and Description |
---|---|
GetDataProtectionPolicyRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetDataProtectionPolicyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetDataProtectionPolicyRequest.Builder |
resourceArn(String resourceArn)
The ARN of the topic whose
DataProtectionPolicy you want to get. |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetDataProtectionPolicyRequest.Builder resourceArn(String resourceArn)
The ARN of the topic whose DataProtectionPolicy
you want to get.
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 get.
For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
GetDataProtectionPolicyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
GetDataProtectionPolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.