Class S3Destination

    • Method Detail

      • bucketName

        public final String bucketName()

        The name of the bucket.

        Returns:
        The name of the bucket.
      • keyPrefix

        public final String keyPrefix()

        The path prefix to use in the path to the location in the bucket. This prefix specifies where to store classification results in the bucket.

        Returns:
        The path prefix to use in the path to the location in the bucket. This prefix specifies where to store classification results in the bucket.
      • kmsKeyArn

        public final String kmsKeyArn()

        The Amazon Resource Name (ARN) of the customer managed KMS key to use for encryption of the results. This must be the ARN of an existing, symmetric encryption KMS key that's enabled in the same Amazon Web Services Region as the bucket.

        Returns:
        The Amazon Resource Name (ARN) of the customer managed KMS key to use for encryption of the results. This must be the ARN of an existing, symmetric encryption KMS key that's enabled in the same Amazon Web Services Region as the bucket.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)