public static interface SourceConfig.Builder extends SdkPojo, CopyableBuilder<SourceConfig.Builder,SourceConfig>
Modifier and Type | Method and Description |
---|---|
SourceConfig.Builder |
architecture(Architecture architecture)
The target processor architecture for the application.
|
SourceConfig.Builder |
architecture(String architecture)
The target processor architecture for the application.
|
SourceConfig.Builder |
s3Bucket(String s3Bucket)
The Amazon S3 bucket name.
|
SourceConfig.Builder |
s3Key(String s3Key)
The s3 object key.
|
copy
applyMutation, build
SourceConfig.Builder s3Bucket(String s3Bucket)
The Amazon S3 bucket name.
s3Bucket
- The Amazon S3 bucket name.SourceConfig.Builder s3Key(String s3Key)
The s3 object key.
s3Key
- The s3 object key.SourceConfig.Builder architecture(String architecture)
The target processor architecture for the application.
architecture
- The target processor architecture for the application.Architecture
,
Architecture
SourceConfig.Builder architecture(Architecture architecture)
The target processor architecture for the application.
architecture
- The target processor architecture for the application.Architecture
,
Architecture
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.