Interface ResolvedS3Object.Builder

  • Method Details

    • s3Bucket

      ResolvedS3Object.Builder s3Bucket(String s3Bucket)

      The Amazon S3 bucket that contains the deployment package.

      Parameters:
      s3Bucket - The Amazon S3 bucket that contains the deployment package.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • s3Key

      The Amazon S3 key of the deployment package.

      Parameters:
      s3Key - The Amazon S3 key of the deployment package.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • s3ObjectVersion

      ResolvedS3Object.Builder s3ObjectVersion(String s3ObjectVersion)

      The version of the deployment package object.

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