Interface DestinationProperties.Builder

    • Method Detail

      • destinationArn

        DestinationProperties.Builder destinationArn​(String destinationArn)

        The ARN of the resource to publish to.

        To specify an S3 bucket folder use the following format: arn:aws:s3:::DOC-EXAMPLE-BUCKET/myFolder/

        Parameters:
        destinationArn - The ARN of the resource to publish to.

        To specify an S3 bucket folder use the following format: arn:aws:s3:::DOC-EXAMPLE-BUCKET/myFolder/

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • kmsKeyArn

        DestinationProperties.Builder kmsKeyArn​(String kmsKeyArn)

        The ARN of the KMS key to use for encryption.

        Parameters:
        kmsKeyArn - The ARN of the KMS key to use for encryption.
        Returns:
        Returns a reference to this object so that method calls can be chained together.