Uses of Class
software.amazon.awscdk.services.codepipeline.actions.S3SourceAction.Builder
Packages that use S3SourceAction.Builder
-
Uses of S3SourceAction.Builder in software.amazon.awscdk.services.codepipeline.actions
Methods in software.amazon.awscdk.services.codepipeline.actions that return S3SourceAction.BuilderModifier and TypeMethodDescriptionS3SourceAction.Builder.actionName(String actionName) The physical, human-readable name of the Action.The Amazon S3 bucket that stores the source code.The key within the S3 bucket that stores the source code.static S3SourceAction.BuilderS3SourceAction.Builder.create()The Role in which context's this Action will be executing in.The runOrder property for this Action.How should CodePipeline detect source changes for this Action.S3SourceAction.Builder.variablesNamespace(String variablesNamespace) The name of the namespace to use for variables emitted by this action.