Uses of Class
software.amazon.awscdk.services.codepipeline.actions.S3DeployActionProps.Builder
Packages that use S3DeployActionProps.Builder
-
Uses of S3DeployActionProps.Builder in software.amazon.awscdk.services.codepipeline.actions
Methods in software.amazon.awscdk.services.codepipeline.actions that return S3DeployActionProps.BuilderModifier and TypeMethodDescriptionS3DeployActionProps.Builder.accessControl
(BucketAccessControl accessControl) Sets the value ofS3DeployActionProps.getAccessControl()
S3DeployActionProps.Builder.actionName
(String actionName) Sets the value ofCommonActionProps.getActionName()
Sets the value ofS3DeployActionProps.getBucket()
static S3DeployActionProps.Builder
S3DeployActionProps.builder()
S3DeployActionProps.Builder.cacheControl
(List<? extends CacheControl> cacheControl) Sets the value ofS3DeployActionProps.getCacheControl()
S3DeployActionProps.Builder.encryptionKey
(IKey encryptionKey) Sets the value ofS3DeployActionProps.getEncryptionKey()
Sets the value ofS3DeployActionProps.getExtract()
Sets the value ofS3DeployActionProps.getInput()
Sets the value ofS3DeployActionProps.getObjectKey()
Sets the value ofCommonAwsActionProps.getRole()
Sets the value ofCommonActionProps.getRunOrder()
S3DeployActionProps.Builder.variablesNamespace
(String variablesNamespace) Sets the value ofCommonActionProps.getVariablesNamespace()
Constructors in software.amazon.awscdk.services.codepipeline.actions with parameters of type S3DeployActionProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(S3DeployActionProps.Builder builder) Constructor that initializes the object based on literal property values passed by theS3DeployActionProps.Builder
.