public static interface S3RepositoryDetails.Builder extends SdkPojo, CopyableBuilder<S3RepositoryDetails.Builder,S3RepositoryDetails>
| Modifier and Type | Method and Description |
|---|---|
S3RepositoryDetails.Builder |
bucketName(String bucketName)
The name of the S3 bucket used for associating a new S3 repository.
|
S3RepositoryDetails.Builder |
codeArtifacts(CodeArtifacts codeArtifacts)
A
CodeArtifacts object. |
default S3RepositoryDetails.Builder |
codeArtifacts(Consumer<CodeArtifacts.Builder> codeArtifacts)
A
CodeArtifacts object. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildS3RepositoryDetails.Builder bucketName(String bucketName)
The name of the S3 bucket used for associating a new S3 repository. It must begin with
codeguru-reviewer-.
bucketName - The name of the S3 bucket used for associating a new S3 repository. It must begin with
codeguru-reviewer-.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.
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.default S3RepositoryDetails.Builder codeArtifacts(Consumer<CodeArtifacts.Builder> 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.
CodeArtifacts.Builder avoiding the need
to create one manually via CodeArtifacts.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to codeArtifacts(CodeArtifacts).
codeArtifacts - a consumer that will call methods on CodeArtifacts.BuildercodeArtifacts(CodeArtifacts)Copyright © 2023. All rights reserved.