Interface CodeConfiguration.Builder

    • Method Detail

      • s3Bucket

        CodeConfiguration.Builder s3Bucket​(String s3Bucket)

        A unique name for the S3 bucket.

        Parameters:
        s3Bucket - A unique name for the S3 bucket.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • s3Key

        CodeConfiguration.Builder s3Key​(String s3Key)

        The full S3 path (excluding bucket) to the .zip file. This file contains the code that is loaded onto the cluster when it's started.

        Parameters:
        s3Key - The full S3 path (excluding bucket) to the .zip file. This file contains the code that is loaded onto the cluster when it's started.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • s3ObjectVersion

        CodeConfiguration.Builder s3ObjectVersion​(String s3ObjectVersion)

        The version of an S3 object.

        Parameters:
        s3ObjectVersion - The version of an S3 object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.