public static final class CfnCustomActionType.ArtifactDetailsProperty.Builder
extends java.lang.Object
CfnCustomActionType.ArtifactDetailsProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnCustomActionType.ArtifactDetailsProperty |
build()
Builds the configured instance.
|
CfnCustomActionType.ArtifactDetailsProperty.Builder |
maximumCount(java.lang.Number maximumCount)
Sets the value of
CfnCustomActionType.ArtifactDetailsProperty.getMaximumCount() |
CfnCustomActionType.ArtifactDetailsProperty.Builder |
minimumCount(java.lang.Number minimumCount)
Sets the value of
CfnCustomActionType.ArtifactDetailsProperty.getMinimumCount() |
public CfnCustomActionType.ArtifactDetailsProperty.Builder maximumCount(java.lang.Number maximumCount)
CfnCustomActionType.ArtifactDetailsProperty.getMaximumCount()
maximumCount
- The maximum number of artifacts allowed for the action type. This parameter is required.this
public CfnCustomActionType.ArtifactDetailsProperty.Builder minimumCount(java.lang.Number minimumCount)
CfnCustomActionType.ArtifactDetailsProperty.getMinimumCount()
minimumCount
- The minimum number of artifacts allowed for the action type. This parameter is required.this
public CfnCustomActionType.ArtifactDetailsProperty build()
CfnCustomActionType.ArtifactDetailsProperty
java.lang.NullPointerException
- if any required attribute was not provided