@Stability(value=Stable) public static final class S3DeployAction.Builder extends Object
S3DeployAction.| Modifier and Type | Method and Description |
|---|---|
S3DeployAction.Builder |
actionName(String actionName) |
S3DeployAction.Builder |
bucket(IBucket bucket) |
S3DeployAction |
build() |
static S3DeployAction.Builder |
create() |
S3DeployAction.Builder |
extract(Boolean extract) |
S3DeployAction.Builder |
input(Artifact input) |
S3DeployAction.Builder |
objectKey(String objectKey) |
S3DeployAction.Builder |
role(IRole role) |
S3DeployAction.Builder |
runOrder(Number runOrder) |
@Stability(value=Stable) public static S3DeployAction.Builder create()
S3DeployAction.Builder.@Stability(value=Stable) public S3DeployAction.Builder actionName(String actionName)
actionName - The physical, human-readable name of the Action. Not that Action names must be unique within a single Stage. This parameter is required.this@Stability(value=Stable) public S3DeployAction.Builder runOrder(Number runOrder)
runOrder - The runOrder property for this Action. RunOrder determines the relative order in which multiple Actions in the same Stage execute. This parameter is required.this@Stability(value=Stable) public S3DeployAction.Builder role(IRole role)
role - The Role in which context's this Action will be executing in. The Pipeline's Role will assume this Role (the required permissions for that will be granted automatically) right before executing this Action. This Action will be passed into your IAction.bind method in the ActionBindOptions.role property. This parameter is required.this@Stability(value=Stable) public S3DeployAction.Builder bucket(IBucket bucket)
bucket - The Amazon S3 bucket that is the deploy target. This parameter is required.this@Stability(value=Stable) public S3DeployAction.Builder input(Artifact input)
input - The input Artifact to deploy to Amazon S3. This parameter is required.this@Stability(value=Stable) public S3DeployAction.Builder extract(Boolean extract)
extract - Should the deploy action extract the artifact before deploying to Amazon S3. This parameter is required.this@Stability(value=Stable) public S3DeployAction.Builder objectKey(String objectKey)
objectKey - The key of the target object. This parameter is required.this@Stability(value=Stable) public S3DeployAction build()
Copyright © 2019. All rights reserved.