public static interface CustomActionTypeResource.ArtifactDetailsProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CustomActionTypeResource.ArtifactDetailsProperty.Builder
A builder for
CustomActionTypeResource.ArtifactDetailsProperty |
static class |
CustomActionTypeResource.ArtifactDetailsProperty.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static CustomActionTypeResource.ArtifactDetailsProperty.Builder |
builder() |
Object |
getMaximumCount()
``CustomActionTypeResource.ArtifactDetailsProperty.MaximumCount``
|
Object |
getMinimumCount()
``CustomActionTypeResource.ArtifactDetailsProperty.MinimumCount``
|
void |
setMaximumCount(Number value)
``CustomActionTypeResource.ArtifactDetailsProperty.MaximumCount``
|
void |
setMaximumCount(software.amazon.awscdk.Token value)
``CustomActionTypeResource.ArtifactDetailsProperty.MaximumCount``
|
void |
setMinimumCount(Number value)
``CustomActionTypeResource.ArtifactDetailsProperty.MinimumCount``
|
void |
setMinimumCount(software.amazon.awscdk.Token value)
``CustomActionTypeResource.ArtifactDetailsProperty.MinimumCount``
|
Object getMaximumCount()
void setMaximumCount(Number value)
void setMaximumCount(software.amazon.awscdk.Token value)
Object getMinimumCount()
void setMinimumCount(Number value)
void setMinimumCount(software.amazon.awscdk.Token value)
static CustomActionTypeResource.ArtifactDetailsProperty.Builder builder()
Copyright © 2018. All rights reserved.