public static interface DeploymentGroupResource.S3LocationProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
DeploymentGroupResource.S3LocationProperty.Builder
A builder for
DeploymentGroupResource.S3LocationProperty |
static class |
DeploymentGroupResource.S3LocationProperty.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static DeploymentGroupResource.S3LocationProperty.Builder |
builder() |
Object |
getBucket()
``DeploymentGroupResource.S3LocationProperty.Bucket``
|
Object |
getBundleType()
``DeploymentGroupResource.S3LocationProperty.BundleType``
|
Object |
getETag()
``DeploymentGroupResource.S3LocationProperty.ETag``
|
Object |
getKey()
``DeploymentGroupResource.S3LocationProperty.Key``
|
Object |
getVersion()
``DeploymentGroupResource.S3LocationProperty.Version``
|
void |
setBucket(software.amazon.awscdk.CloudFormationToken value)
``DeploymentGroupResource.S3LocationProperty.Bucket``
|
void |
setBucket(String value)
``DeploymentGroupResource.S3LocationProperty.Bucket``
|
void |
setBundleType(software.amazon.awscdk.CloudFormationToken value)
``DeploymentGroupResource.S3LocationProperty.BundleType``
|
void |
setBundleType(String value)
``DeploymentGroupResource.S3LocationProperty.BundleType``
|
void |
setETag(software.amazon.awscdk.CloudFormationToken value)
``DeploymentGroupResource.S3LocationProperty.ETag``
|
void |
setETag(String value)
``DeploymentGroupResource.S3LocationProperty.ETag``
|
void |
setKey(software.amazon.awscdk.CloudFormationToken value)
``DeploymentGroupResource.S3LocationProperty.Key``
|
void |
setKey(String value)
``DeploymentGroupResource.S3LocationProperty.Key``
|
void |
setVersion(software.amazon.awscdk.CloudFormationToken value)
``DeploymentGroupResource.S3LocationProperty.Version``
|
void |
setVersion(String value)
``DeploymentGroupResource.S3LocationProperty.Version``
|
Object getBucket()
void setBucket(String value)
void setBucket(software.amazon.awscdk.CloudFormationToken value)
Object getKey()
void setKey(String value)
void setKey(software.amazon.awscdk.CloudFormationToken value)
Object getBundleType()
void setBundleType(String value)
void setBundleType(software.amazon.awscdk.CloudFormationToken value)
Object getETag()
void setETag(String value)
void setETag(software.amazon.awscdk.CloudFormationToken value)
Object getVersion()
void setVersion(String value)
void setVersion(software.amazon.awscdk.CloudFormationToken value)
static DeploymentGroupResource.S3LocationProperty.Builder builder()
Copyright © 2018. All rights reserved.