@Stability(value=Stable) public static final class CfnRobotApplication.SourceConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnRobotApplication.SourceConfigProperty>
CfnRobotApplication.SourceConfigProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnRobotApplication.SourceConfigProperty.Builder |
architecture(String architecture)
Sets the value of
CfnRobotApplication.SourceConfigProperty.getArchitecture() |
CfnRobotApplication.SourceConfigProperty |
build()
Builds the configured instance.
|
CfnRobotApplication.SourceConfigProperty.Builder |
s3Bucket(String s3Bucket)
Sets the value of
CfnRobotApplication.SourceConfigProperty.getS3Bucket() |
CfnRobotApplication.SourceConfigProperty.Builder |
s3Key(String s3Key)
Sets the value of
CfnRobotApplication.SourceConfigProperty.getS3Key() |
@Stability(value=Stable) public CfnRobotApplication.SourceConfigProperty.Builder architecture(String architecture)
CfnRobotApplication.SourceConfigProperty.getArchitecture()architecture - The target processor architecture for the application. This parameter is required.this@Stability(value=Stable) public CfnRobotApplication.SourceConfigProperty.Builder s3Bucket(String s3Bucket)
CfnRobotApplication.SourceConfigProperty.getS3Bucket()s3Bucket - The Amazon S3 bucket name. This parameter is required.this@Stability(value=Stable) public CfnRobotApplication.SourceConfigProperty.Builder s3Key(String s3Key)
CfnRobotApplication.SourceConfigProperty.getS3Key()s3Key - The s3 object key. This parameter is required.this@Stability(value=Stable) public CfnRobotApplication.SourceConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnRobotApplication.SourceConfigProperty>CfnRobotApplication.SourceConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.