public static interface CfnCustomActionType.ArtifactDetailsProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.codepipeline.*; ArtifactDetailsProperty artifactDetailsProperty = ArtifactDetailsProperty.builder() .maximumCount(123) .minimumCount(123) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnCustomActionType.ArtifactDetailsProperty.Builder
A builder for
CfnCustomActionType.ArtifactDetailsProperty |
static class |
CfnCustomActionType.ArtifactDetailsProperty.Jsii$Proxy
An implementation for
CfnCustomActionType.ArtifactDetailsProperty |
Modifier and Type | Method and Description |
---|---|
static CfnCustomActionType.ArtifactDetailsProperty.Builder |
builder() |
java.lang.Number |
getMaximumCount()
The maximum number of artifacts allowed for the action type.
|
java.lang.Number |
getMinimumCount()
The minimum number of artifacts allowed for the action type.
|
java.lang.Number getMaximumCount()
java.lang.Number getMinimumCount()
static CfnCustomActionType.ArtifactDetailsProperty.Builder builder()