public static interface CodeArtifacts.Builder extends SdkPojo, CopyableBuilder<CodeArtifacts.Builder,CodeArtifacts>
| Modifier and Type | Method and Description |
|---|---|
CodeArtifacts.Builder |
buildArtifactsObjectKey(String buildArtifactsObjectKey)
The S3 object key for a build artifacts .zip file that contains .jar or .class files.
|
CodeArtifacts.Builder |
sourceCodeArtifactsObjectKey(String sourceCodeArtifactsObjectKey)
The S3 object key for a source code .zip file.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCodeArtifacts.Builder sourceCodeArtifactsObjectKey(String sourceCodeArtifactsObjectKey)
The S3 object key for a source code .zip file. This is required for all code reviews.
sourceCodeArtifactsObjectKey - The S3 object key for a source code .zip file. This is required for all code reviews.CodeArtifacts.Builder buildArtifactsObjectKey(String buildArtifactsObjectKey)
The S3 object key for a build artifacts .zip file that contains .jar or .class files. This is required for a code review with security analysis. For more information, see Create code reviews with GitHub Actions in the Amazon CodeGuru Reviewer User Guide.
buildArtifactsObjectKey - The S3 object key for a build artifacts .zip file that contains .jar or .class files. This is required
for a code review with security analysis. For more information, see Create code
reviews with GitHub Actions in the Amazon CodeGuru Reviewer User Guide.Copyright © 2023. All rights reserved.