public static interface PipelineResource.ArtifactStoreProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
PipelineResource.ArtifactStoreProperty.Builder
A builder for
PipelineResource.ArtifactStoreProperty |
static class |
PipelineResource.ArtifactStoreProperty.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static PipelineResource.ArtifactStoreProperty.Builder |
builder() |
Object |
getEncryptionKey()
``PipelineResource.ArtifactStoreProperty.EncryptionKey``
|
Object |
getLocation()
``PipelineResource.ArtifactStoreProperty.Location``
|
Object |
getType()
``PipelineResource.ArtifactStoreProperty.Type``
|
void |
setEncryptionKey(PipelineResource.EncryptionKeyProperty value)
``PipelineResource.ArtifactStoreProperty.EncryptionKey``
|
void |
setEncryptionKey(software.amazon.awscdk.Token value)
``PipelineResource.ArtifactStoreProperty.EncryptionKey``
|
void |
setLocation(String value)
``PipelineResource.ArtifactStoreProperty.Location``
|
void |
setLocation(software.amazon.awscdk.Token value)
``PipelineResource.ArtifactStoreProperty.Location``
|
void |
setType(String value)
``PipelineResource.ArtifactStoreProperty.Type``
|
void |
setType(software.amazon.awscdk.Token value)
``PipelineResource.ArtifactStoreProperty.Type``
|
Object getLocation()
void setLocation(String value)
void setLocation(software.amazon.awscdk.Token value)
Object getType()
void setType(String value)
void setType(software.amazon.awscdk.Token value)
Object getEncryptionKey()
void setEncryptionKey(software.amazon.awscdk.Token value)
void setEncryptionKey(PipelineResource.EncryptionKeyProperty value)
static PipelineResource.ArtifactStoreProperty.Builder builder()
Copyright © 2018. All rights reserved.