Interface Source.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Source.Builder,Source>,SdkBuilder<Source.Builder,Source>,SdkPojo
- Enclosing class:
- Source
public static interface Source.Builder extends SdkPojo, CopyableBuilder<Source.Builder,Source>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Source.Builderarchitecture(String architecture)The taget processor architecture for the application.Source.Builderarchitecture(Architecture architecture)The taget processor architecture for the application.Source.Builderetag(String etag)A hash of the object specified bys3Bucketands3Key.Source.Builders3Bucket(String s3Bucket)The s3 bucket name.Source.Builders3Key(String s3Key)The s3 object key.-
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 Detail
-
s3Bucket
Source.Builder s3Bucket(String s3Bucket)
The s3 bucket name.
- Parameters:
s3Bucket- The s3 bucket name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3Key
Source.Builder s3Key(String s3Key)
The s3 object key.
- Parameters:
s3Key- The s3 object key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
etag
Source.Builder etag(String etag)
A hash of the object specified by
s3Bucketands3Key.- Parameters:
etag- A hash of the object specified bys3Bucketands3Key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
architecture
Source.Builder architecture(String architecture)
The taget processor architecture for the application.
- Parameters:
architecture- The taget processor architecture for the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Architecture,Architecture
-
architecture
Source.Builder architecture(Architecture architecture)
The taget processor architecture for the application.
- Parameters:
architecture- The taget processor architecture for the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Architecture,Architecture
-
-