CopyableBuilder<ArtifactDetails.Builder,ArtifactDetails>, SdkBuilder<ArtifactDetails.Builder,ArtifactDetails>public static interface ArtifactDetails.Builder extends CopyableBuilder<ArtifactDetails.Builder,ArtifactDetails>
| Modifier and Type | Method | 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.
|
copyapply, 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.