public static final class CfnRobotApplication.SourceConfigProperty.Builder
extends java.lang.Object
CfnRobotApplication.SourceConfigProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnRobotApplication.SourceConfigProperty.Builder |
architecture(java.lang.String architecture)
Sets the value of
CfnRobotApplication.SourceConfigProperty.getArchitecture() |
CfnRobotApplication.SourceConfigProperty |
build()
Builds the configured instance.
|
CfnRobotApplication.SourceConfigProperty.Builder |
s3Bucket(java.lang.String s3Bucket)
Sets the value of
CfnRobotApplication.SourceConfigProperty.getS3Bucket() |
CfnRobotApplication.SourceConfigProperty.Builder |
s3Key(java.lang.String s3Key)
Sets the value of
CfnRobotApplication.SourceConfigProperty.getS3Key() |
public CfnRobotApplication.SourceConfigProperty.Builder architecture(java.lang.String architecture)
CfnRobotApplication.SourceConfigProperty.getArchitecture()
architecture
- The target processor architecture for the application. This parameter is required.this
public CfnRobotApplication.SourceConfigProperty.Builder s3Bucket(java.lang.String s3Bucket)
CfnRobotApplication.SourceConfigProperty.getS3Bucket()
s3Bucket
- The Amazon S3 bucket name. This parameter is required.this
public CfnRobotApplication.SourceConfigProperty.Builder s3Key(java.lang.String s3Key)
CfnRobotApplication.SourceConfigProperty.getS3Key()
s3Key
- The s3 object key. This parameter is required.this
public CfnRobotApplication.SourceConfigProperty build()
CfnRobotApplication.SourceConfigProperty
java.lang.NullPointerException
- if any required attribute was not provided