Class S3BatchJobIdentifier

    • Method Detail

      • bucket

        public final String bucket()

        The Amazon S3 bucket that contains the batch job definitions.

        Returns:
        The Amazon S3 bucket that contains the batch job definitions.
      • identifier

        public final JobIdentifier identifier()

        Identifies the batch job definition. This identifier can also point to any batch job definition that already exists in the application or to one of the batch job definitions within the directory that is specified in keyPrefix.

        Returns:
        Identifies the batch job definition. This identifier can also point to any batch job definition that already exists in the application or to one of the batch job definitions within the directory that is specified in keyPrefix.
      • keyPrefix

        public final String keyPrefix()

        The key prefix that specifies the path to the folder in the S3 bucket that has the batch job definitions.

        Returns:
        The key prefix that specifies the path to the folder in the S3 bucket that has the batch job definitions.
      • 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)