Interface CodeArtifacts.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<CodeArtifacts.Builder,,- CodeArtifacts> - SdkBuilder<CodeArtifacts.Builder,,- CodeArtifacts> - SdkPojo
- Enclosing class:
- CodeArtifacts
@Mutable
@NotThreadSafe
public static interface CodeArtifacts.Builder
extends SdkPojo, CopyableBuilder<CodeArtifacts.Builder,CodeArtifacts> 
- 
Method SummaryModifier and TypeMethodDescriptionbuildArtifactsObjectKey(String buildArtifactsObjectKey) The S3 object key for a build artifacts .zip file that contains .jar or .class files.sourceCodeArtifactsObjectKey(String sourceCodeArtifactsObjectKey) The S3 object key for a source code .zip file.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
sourceCodeArtifactsObjectKeyThe S3 object key for a source code .zip file. This is required for all code reviews. - Parameters:
- sourceCodeArtifactsObjectKey- The S3 object key for a source code .zip file. This is required for all code reviews.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
buildArtifactsObjectKeyThe 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. - Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-