Interface S3RepositoryDetails.Builder

    • Method Detail

      • bucketName

        S3RepositoryDetails.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.
      • codeArtifacts

        S3RepositoryDetails.Builder codeArtifacts​(CodeArtifacts codeArtifacts)

        A CodeArtifacts object. The CodeArtifacts object includes the S3 object key for a source code .zip file and for a build artifacts .zip file that contains .jar or .class files.

        Parameters:
        codeArtifacts - A CodeArtifacts object. The CodeArtifacts object includes the S3 object key for a source code .zip file and for a build artifacts .zip file that contains .jar or .class files.
        Returns:
        Returns a reference to this object so that method calls can be chained together.