public static interface CfnRobotApplication.SourceConfigProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.robomaker.*; SourceConfigProperty sourceConfigProperty = SourceConfigProperty.builder() .architecture("architecture") .s3Bucket("s3Bucket") .s3Key("s3Key") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnRobotApplication.SourceConfigProperty.Builder
A builder for
CfnRobotApplication.SourceConfigProperty |
static class |
CfnRobotApplication.SourceConfigProperty.Jsii$Proxy
An implementation for
CfnRobotApplication.SourceConfigProperty |
Modifier and Type | Method and Description |
---|---|
static CfnRobotApplication.SourceConfigProperty.Builder |
builder() |
java.lang.String |
getArchitecture()
The target processor architecture for the application.
|
java.lang.String |
getS3Bucket()
The Amazon S3 bucket name.
|
java.lang.String |
getS3Key()
The s3 object key.
|
java.lang.String getArchitecture()
java.lang.String getS3Bucket()
java.lang.String getS3Key()
static CfnRobotApplication.SourceConfigProperty.Builder builder()