default ActionDeclaration.Builder |
ActionDeclaration.Builder.actionTypeId(Consumer<ActionTypeId.Builder> actionTypeId) |
Specifies the action type and the provider of the action.
|
ActionDeclaration.Builder |
ActionDeclaration.Builder.actionTypeId(ActionTypeId actionTypeId) |
Specifies the action type and the provider of the action.
|
static ActionDeclaration.Builder |
ActionDeclaration.builder() |
|
ActionDeclaration.Builder |
ActionDeclaration.Builder.commands(String... commands) |
The shell commands to run with your compute action in CodePipeline.
|
ActionDeclaration.Builder |
ActionDeclaration.Builder.commands(Collection<String> commands) |
The shell commands to run with your compute action in CodePipeline.
|
ActionDeclaration.Builder |
ActionDeclaration.Builder.configuration(Map<String,String> configuration) |
The action's configuration.
|
ActionDeclaration.Builder |
ActionDeclaration.Builder.inputArtifacts(Collection<InputArtifact> inputArtifacts) |
The name or ID of the artifact consumed by the action, such as a test or build artifact.
|
ActionDeclaration.Builder |
ActionDeclaration.Builder.inputArtifacts(Consumer<InputArtifact.Builder>... inputArtifacts) |
The name or ID of the artifact consumed by the action, such as a test or build artifact.
|
ActionDeclaration.Builder |
ActionDeclaration.Builder.inputArtifacts(InputArtifact... inputArtifacts) |
The name or ID of the artifact consumed by the action, such as a test or build artifact.
|
ActionDeclaration.Builder |
ActionDeclaration.Builder.name(String name) |
The action declaration's name.
|
ActionDeclaration.Builder |
ActionDeclaration.Builder.namespace(String namespace) |
The variable namespace associated with the action.
|
ActionDeclaration.Builder |
ActionDeclaration.Builder.outputArtifacts(Collection<OutputArtifact> outputArtifacts) |
The name or ID of the result of the action declaration, such as a test or build artifact.
|
ActionDeclaration.Builder |
ActionDeclaration.Builder.outputArtifacts(Consumer<OutputArtifact.Builder>... outputArtifacts) |
The name or ID of the result of the action declaration, such as a test or build artifact.
|
ActionDeclaration.Builder |
ActionDeclaration.Builder.outputArtifacts(OutputArtifact... outputArtifacts) |
The name or ID of the result of the action declaration, such as a test or build artifact.
|
ActionDeclaration.Builder |
ActionDeclaration.Builder.outputVariables(String... outputVariables) |
The list of variables that are to be exported from the compute action.
|
ActionDeclaration.Builder |
ActionDeclaration.Builder.outputVariables(Collection<String> outputVariables) |
The list of variables that are to be exported from the compute action.
|
ActionDeclaration.Builder |
ActionDeclaration.Builder.region(String region) |
The action declaration's Amazon Web Services Region, such as us-east-1.
|
ActionDeclaration.Builder |
ActionDeclaration.Builder.roleArn(String roleArn) |
The ARN of the IAM service role that performs the declared action.
|
ActionDeclaration.Builder |
ActionDeclaration.Builder.runOrder(Integer runOrder) |
The order in which actions are run.
|
ActionDeclaration.Builder |
ActionDeclaration.Builder.timeoutInMinutes(Integer timeoutInMinutes) |
A timeout duration in minutes that can be applied against the ActionType’s default timeout value specified in
Quotas for CodePipeline .
|
ActionDeclaration.Builder |
ActionDeclaration.toBuilder() |
|