Interface ActionTypeArtifactDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ActionTypeArtifactDetails.Builder,ActionTypeArtifactDetails>,SdkBuilder<ActionTypeArtifactDetails.Builder,ActionTypeArtifactDetails>,SdkPojo
- Enclosing class:
- ActionTypeArtifactDetails
public static interface ActionTypeArtifactDetails.Builder extends SdkPojo, CopyableBuilder<ActionTypeArtifactDetails.Builder,ActionTypeArtifactDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActionTypeArtifactDetails.BuildermaximumCount(Integer maximumCount)The maximum number of artifacts that can be used with the actiontype.ActionTypeArtifactDetails.BuilderminimumCount(Integer minimumCount)The minimum number of artifacts that can be used with the action type.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
minimumCount
ActionTypeArtifactDetails.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.- Parameters:
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 ofsource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maximumCount
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.- Parameters:
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 ofsource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-