Interface S3ArtifactLocation.Builder

  • Method Details

    • bucketName

      S3ArtifactLocation.Builder bucketName(String bucketName)

      The name of the S3 bucket.

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

      S3ArtifactLocation.Builder objectKey(String objectKey)

      The key of the object in the S3 bucket, which uniquely identifies the object in the bucket.

      Parameters:
      objectKey - The key of the object in the S3 bucket, which uniquely identifies the object in the bucket.
      Returns:
      Returns a reference to this object so that method calls can be chained together.