Interface SourceFiles.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SourceFiles.Builder,
,SourceFiles> SdkBuilder<SourceFiles.Builder,
,SourceFiles> SdkPojo
- Enclosing class:
SourceFiles
public static interface SourceFiles.Builder
extends SdkPojo, CopyableBuilder<SourceFiles.Builder,SourceFiles>
-
Method Summary
Modifier and TypeMethodDescriptionThe location of the first file in Amazon S3.The location of the second file in Amazon S3.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
source1
The location of the first file in Amazon S3.
- Parameters:
source1
- The location of the first file in Amazon S3.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
source2
The location of the second file in Amazon S3.
- Parameters:
source2
- The location of the second file in Amazon S3.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-