Interface S3Repository.Builder

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

public static interface S3Repository.Builder extends SdkPojo, CopyableBuilder<S3Repository.Builder,S3Repository>
  • Method Details

    • name

      The name of the repository in the S3 bucket.

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

      S3Repository.Builder bucketName(String bucketName)

      The name of the S3 bucket used for associating a new S3 repository. It must begin with codeguru-reviewer-.

      Parameters:
      bucketName - The name of the S3 bucket used for associating a new S3 repository. It must begin with codeguru-reviewer-.
      Returns:
      Returns a reference to this object so that method calls can be chained together.