public static interface ArtifactDetails.Builder extends SdkPojo, CopyableBuilder<ArtifactDetails.Builder,ArtifactDetails>
| Modifier and Type | Method and Description | 
|---|---|
ArtifactDetails.Builder | 
maximumCount(Integer maximumCount)
 The maximum number of artifacts allowed for the action type. 
 | 
ArtifactDetails.Builder | 
minimumCount(Integer minimumCount)
 The minimum number of artifacts allowed for the action type. 
 | 
copyapplyMutation, buildArtifactDetails.Builder minimumCount(Integer minimumCount)
The minimum number of artifacts allowed for the action type.
minimumCount - The minimum number of artifacts allowed for the action type.ArtifactDetails.Builder maximumCount(Integer maximumCount)
The maximum number of artifacts allowed for the action type.
maximumCount - The maximum number of artifacts allowed for the action type.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.