public static interface ActionTypeArtifactDetails.Builder extends SdkPojo, CopyableBuilder<ActionTypeArtifactDetails.Builder,ActionTypeArtifactDetails>
| Modifier and Type | Method and Description |
|---|---|
ActionTypeArtifactDetails.Builder |
maximumCount(Integer maximumCount)
The maximum number of artifacts that can be used with the actiontype.
|
ActionTypeArtifactDetails.Builder |
minimumCount(Integer minimumCount)
The minimum number of artifacts that can be used with the action type.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildActionTypeArtifactDetails.Builder minimumCount(Integer minimumCount)
The minimum number of artifacts that can be used with the action type. For example, you should specify a
minimum and maximum of zero input artifacts for an action type with a category of source.
minimumCount - The minimum number of artifacts that can be used with the action type. For example, you should specify
a minimum and maximum of zero input artifacts for an action type with a category of
source.ActionTypeArtifactDetails.Builder maximumCount(Integer maximumCount)
The maximum number of artifacts that can be used with the actiontype. For example, you should specify a
minimum and maximum of zero input artifacts for an action type with a category of source.
maximumCount - The maximum number of artifacts that can be used with the actiontype. For example, you should specify
a minimum and maximum of zero input artifacts for an action type with a category of
source.Copyright © 2023. All rights reserved.