Interface DiffSource.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DiffSource.Builder,,DiffSource> SdkBuilder<DiffSource.Builder,,DiffSource> SdkPojo
- Enclosing class:
DiffSource
@Mutable
@NotThreadSafe
public static interface DiffSource.Builder
extends SdkPojo, CopyableBuilder<DiffSource.Builder,DiffSource>
-
Method Summary
Modifier and TypeMethodDescriptionS3 URI pointing to a unified diff file.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
s3Uri
S3 URI pointing to a unified diff file. The file must be in standard unified diff format and stored in an S3 bucket connected to your Agent Space.
- Parameters:
s3Uri- S3 URI pointing to a unified diff file. The file must be in standard unified diff format and stored in an S3 bucket connected to your Agent Space.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-