public static interface DeploymentGroupResource.DeploymentStyleProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
DeploymentGroupResource.DeploymentStyleProperty.Builder
A builder for
DeploymentGroupResource.DeploymentStyleProperty |
static class |
DeploymentGroupResource.DeploymentStyleProperty.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static DeploymentGroupResource.DeploymentStyleProperty.Builder |
builder() |
Object |
getDeploymentOption()
``DeploymentGroupResource.DeploymentStyleProperty.DeploymentOption``
|
Object |
getDeploymentType()
``DeploymentGroupResource.DeploymentStyleProperty.DeploymentType``
|
void |
setDeploymentOption(software.amazon.awscdk.CloudFormationToken value)
``DeploymentGroupResource.DeploymentStyleProperty.DeploymentOption``
|
void |
setDeploymentOption(String value)
``DeploymentGroupResource.DeploymentStyleProperty.DeploymentOption``
|
void |
setDeploymentType(software.amazon.awscdk.CloudFormationToken value)
``DeploymentGroupResource.DeploymentStyleProperty.DeploymentType``
|
void |
setDeploymentType(String value)
``DeploymentGroupResource.DeploymentStyleProperty.DeploymentType``
|
Object getDeploymentOption()
void setDeploymentOption(String value)
void setDeploymentOption(software.amazon.awscdk.CloudFormationToken value)
Object getDeploymentType()
void setDeploymentType(String value)
void setDeploymentType(software.amazon.awscdk.CloudFormationToken value)
static DeploymentGroupResource.DeploymentStyleProperty.Builder builder()
Copyright © 2018. All rights reserved.