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 Details

    • 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 of source.
      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 of source.
      Returns:
      Returns a reference to this object so that method calls can be chained together.