Interface S3BatchJobIdentifier.Builder

    • Method Detail

      • bucket

        S3BatchJobIdentifier.Builder bucket​(String bucket)

        The Amazon S3 bucket that contains the batch job definitions.

        Parameters:
        bucket - The Amazon S3 bucket that contains the batch job definitions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • identifier

        S3BatchJobIdentifier.Builder identifier​(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.

        Parameters:
        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:
        Returns a reference to this object so that method calls can be chained together.
      • keyPrefix

        S3BatchJobIdentifier.Builder keyPrefix​(String keyPrefix)

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

        Parameters:
        keyPrefix - The key prefix that specifies the path to the folder in the S3 bucket that has the batch job definitions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.