public static interface Source.Builder extends SdkPojo, CopyableBuilder<Source.Builder,Source>
| Modifier and Type | Method and Description |
|---|---|
Source.Builder |
architecture(Architecture architecture)
The taget processor architecture for the application.
|
Source.Builder |
architecture(String architecture)
The taget processor architecture for the application.
|
Source.Builder |
etag(String etag)
A hash of the object specified by
s3Bucket and s3Key. |
Source.Builder |
s3Bucket(String s3Bucket)
The s3 bucket name.
|
Source.Builder |
s3Key(String s3Key)
The s3 object key.
|
copyapplyMutation, buildSource.Builder s3Bucket(String s3Bucket)
The s3 bucket name.
s3Bucket - The s3 bucket name.Source.Builder s3Key(String s3Key)
The s3 object key.
s3Key - The s3 object key.Source.Builder etag(String etag)
A hash of the object specified by s3Bucket and s3Key.
etag - A hash of the object specified by s3Bucket and s3Key.Source.Builder architecture(String architecture)
The taget processor architecture for the application.
architecture - The taget processor architecture for the application.Architecture,
ArchitectureSource.Builder architecture(Architecture architecture)
The taget processor architecture for the application.
architecture - The taget processor architecture for the application.Architecture,
ArchitectureCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.