public static interface CfnRobotApplication.SourceConfigProperty
extends software.amazon.jsii.JsiiSerializable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-robotapplication-sourceconfig.html| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRobotApplication.SourceConfigProperty.Builder
A builder for
CfnRobotApplication.SourceConfigProperty |
static class |
CfnRobotApplication.SourceConfigProperty.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static CfnRobotApplication.SourceConfigProperty.Builder |
builder() |
String |
getArchitecture()
`CfnRobotApplication.SourceConfigProperty.Architecture`
|
String |
getS3Bucket()
`CfnRobotApplication.SourceConfigProperty.S3Bucket`
|
String |
getS3Key()
`CfnRobotApplication.SourceConfigProperty.S3Key`
|
void |
setArchitecture(String value)
`CfnRobotApplication.SourceConfigProperty.Architecture`
|
void |
setS3Bucket(String value)
`CfnRobotApplication.SourceConfigProperty.S3Bucket`
|
void |
setS3Key(String value)
`CfnRobotApplication.SourceConfigProperty.S3Key`
|
String getArchitecture()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-robotapplication-sourceconfig.html#cfn-robomaker-robotapplication-sourceconfig-architecturevoid setArchitecture(String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-robotapplication-sourceconfig.html#cfn-robomaker-robotapplication-sourceconfig-architectureString getS3Bucket()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-robotapplication-sourceconfig.html#cfn-robomaker-robotapplication-sourceconfig-s3bucketvoid setS3Bucket(String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-robotapplication-sourceconfig.html#cfn-robomaker-robotapplication-sourceconfig-s3bucketString getS3Key()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-robotapplication-sourceconfig.html#cfn-robomaker-robotapplication-sourceconfig-s3keyvoid setS3Key(String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-robotapplication-sourceconfig.html#cfn-robomaker-robotapplication-sourceconfig-s3keystatic CfnRobotApplication.SourceConfigProperty.Builder builder()
Copyright © 2019. All rights reserved.