Class DataProtectionPolicyState.Builder

  • Enclosing class:
    DataProtectionPolicyState

    public static final class DataProtectionPolicyState.Builder
    extends java.lang.Object
    • Method Detail

      • arn

        public DataProtectionPolicyState.Builder arn​(@Nullable
                                                     com.pulumi.core.Output<java.lang.String> arn)
        Parameters:
        arn - The ARN of the SNS topic
        Returns:
        builder
      • policy

        public DataProtectionPolicyState.Builder policy​(@Nullable
                                                        com.pulumi.core.Output<java.lang.String> policy)
        Parameters:
        policy - The fully-formed AWS policy as JSON. For more information about building AWS IAM policy documents with this provider, see the AWS IAM Policy Document Guide.
        Returns:
        builder
      • policy

        public DataProtectionPolicyState.Builder policy​(java.lang.String policy)
        Parameters:
        policy - The fully-formed AWS policy as JSON. For more information about building AWS IAM policy documents with this provider, see the AWS IAM Policy Document Guide.
        Returns:
        builder