@Stability(value=Stable) public static final class S3DeployActionProps.Builder extends Object
S3DeployActionProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
S3DeployActionProps.Builder |
actionName(String actionName)
Sets the value of ActionName
|
S3DeployActionProps.Builder |
bucket(IBucket bucket)
Sets the value of Bucket
|
S3DeployActionProps |
build()
Builds the configured instance.
|
S3DeployActionProps.Builder |
extract(Boolean extract)
Sets the value of Extract
|
S3DeployActionProps.Builder |
input(Artifact input)
Sets the value of Input
|
S3DeployActionProps.Builder |
objectKey(String objectKey)
Sets the value of ObjectKey
|
S3DeployActionProps.Builder |
role(IRole role)
Sets the value of Role
|
S3DeployActionProps.Builder |
runOrder(Number runOrder)
Sets the value of RunOrder
|
@Stability(value=Stable) public S3DeployActionProps.Builder bucket(IBucket bucket)
bucket - The Amazon S3 bucket that is the deploy target. This parameter is required.this@Stability(value=Stable) public S3DeployActionProps.Builder input(Artifact input)
input - The input Artifact to deploy to Amazon S3. This parameter is required.this@Stability(value=Stable) public S3DeployActionProps.Builder extract(Boolean extract)
extract - Should the deploy action extract the artifact before deploying to Amazon S3.this@Stability(value=Stable) public S3DeployActionProps.Builder objectKey(String objectKey)
objectKey - The key of the target object.this@Stability(value=Stable) public S3DeployActionProps.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@Stability(value=Stable) public S3DeployActionProps.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 S3DeployActionProps.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@Stability(value=Stable) public S3DeployActionProps build()
S3DeployActionPropsNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.