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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SourceFiles.Buildersource1(String source1)The location of the first file in Amazon S3.SourceFiles.Buildersource2(String source2)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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
source1
SourceFiles.Builder source1(String 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
SourceFiles.Builder source2(String 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.
-
-