public static interface CfnRobotApplication.SourceConfigProperty
extends software.amazon.jsii.JsiiSerializable
| 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()
void setArchitecture(String value)
String getS3Bucket()
void setS3Bucket(String value)
String getS3Key()
void setS3Key(String value)
static CfnRobotApplication.SourceConfigProperty.Builder builder()
Copyright © 2019. All rights reserved.