Interface S3Location.Builder

  • Method Details

    • bucket

      S3Location.Builder bucket(String bucket)

      The name of the Amazon S3 bucket.

      Parameters:
      bucket - The name of the Amazon S3 bucket.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • objectKey

      S3Location.Builder objectKey(String objectKey)

      The key of the code artifact within the Amazon S3 bucket.

      Parameters:
      objectKey - The key of the code artifact within the Amazon S3 bucket.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • versionId

      S3Location.Builder versionId(String versionId)

      The version ID of the object in Amazon S3. If not specified, the latest version is used.

      Parameters:
      versionId - The version ID of the object in Amazon S3. If not specified, the latest version is used.
      Returns:
      Returns a reference to this object so that method calls can be chained together.