@Stability(value=Experimental) public static final class S3DeployActionProps.Builder extends Object implements software.amazon.jsii.Builder<S3DeployActionProps>
S3DeployActionProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Experimental) public S3DeployActionProps.Builder bucket(IBucket bucket)
S3DeployActionProps.getBucket()bucket - The Amazon S3 bucket that is the deploy target. This parameter is required.this@Stability(value=Experimental) public S3DeployActionProps.Builder input(Artifact input)
S3DeployActionProps.getInput()input - The input Artifact to deploy to Amazon S3. This parameter is required.this@Stability(value=Experimental) public S3DeployActionProps.Builder accessControl(BucketAccessControl accessControl)
S3DeployActionProps.getAccessControl()accessControl - The specified canned ACL to objects deployed to Amazon S3.
This overwrites any existing ACL that was applied to the object.this@Stability(value=Experimental) public S3DeployActionProps.Builder cacheControl(List<? extends CacheControl> cacheControl)
S3DeployActionProps.getCacheControl()cacheControl - The caching behavior for requests/responses for objects in the bucket.
The final cache control property will be the result of joining all of the provided array elements with a comma
(plus a space after the comma).this@Stability(value=Experimental) public S3DeployActionProps.Builder extract(Boolean extract)
S3DeployActionProps.getExtract()extract - Should the deploy action extract the artifact before deploying to Amazon S3.this@Stability(value=Experimental) public S3DeployActionProps.Builder objectKey(String objectKey)
S3DeployActionProps.getObjectKey()objectKey - The key of the target object.
This is required if extract is false.this@Stability(value=Experimental) public S3DeployActionProps.Builder role(IRole role)
CommonAwsActionProps.getRole()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 {@link IAction.bind}
method in the {@link ActionBindOptions.role} property.this@Stability(value=Experimental) public S3DeployActionProps.Builder actionName(String actionName)
CommonActionProps.getActionName()actionName - The physical, human-readable name of the Action. This parameter is required.
Note that Action names must be unique within a single Stage.this@Stability(value=Experimental) public S3DeployActionProps.Builder runOrder(Number runOrder)
CommonActionProps.getRunOrder()runOrder - The runOrder property for this Action.
RunOrder determines the relative order in which multiple Actions in the same Stage execute.this@Stability(value=Experimental) public S3DeployActionProps.Builder variablesNamespace(String variablesNamespace)
CommonActionProps.getVariablesNamespace()variablesNamespace - The name of the namespace to use for variables emitted by this action.this@Stability(value=Experimental) public S3DeployActionProps build()
build in interface software.amazon.jsii.Builder<S3DeployActionProps>S3DeployActionPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.