Interface S3ArtifactLocation.Builder

All Superinterfaces:
Buildable, CopyableBuilder<S3ArtifactLocation.Builder,S3ArtifactLocation>, SdkBuilder<S3ArtifactLocation.Builder,S3ArtifactLocation>, SdkPojo
Enclosing class:
S3ArtifactLocation

public static interface S3ArtifactLocation.Builder extends SdkPojo, CopyableBuilder<S3ArtifactLocation.Builder,S3ArtifactLocation>
  • 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.