| Package | Description | 
|---|---|
| com.amazonaws.services.codepipeline.model | 
| Modifier and Type | Method and Description | 
|---|---|
ActionDeclaration | 
ActionDeclaration.addConfigurationEntry(String key,
                     String value)
Add a single Configuration entry 
 | 
ActionDeclaration | 
ActionDeclaration.clearConfigurationEntries()
Removes all the entries added into Configuration. 
 | 
ActionDeclaration | 
ActionDeclaration.clone()  | 
ActionDeclaration | 
ActionDeclaration.withActionTypeId(ActionTypeId actionTypeId)
 Specifies the action type and the provider of the action. 
 | 
ActionDeclaration | 
ActionDeclaration.withConfiguration(Map<String,String> configuration)
 The action's configuration. 
 | 
ActionDeclaration | 
ActionDeclaration.withInputArtifacts(Collection<InputArtifact> inputArtifacts)
 The name or ID of the artifact consumed by the action, such as a test or build artifact. 
 | 
ActionDeclaration | 
ActionDeclaration.withInputArtifacts(InputArtifact... inputArtifacts)
 The name or ID of the artifact consumed by the action, such as a test or build artifact. 
 | 
ActionDeclaration | 
ActionDeclaration.withName(String name)
 The action declaration's name. 
 | 
ActionDeclaration | 
ActionDeclaration.withNamespace(String namespace)
 The variable namespace associated with the action. 
 | 
ActionDeclaration | 
ActionDeclaration.withOutputArtifacts(Collection<OutputArtifact> outputArtifacts)
 The name or ID of the result of the action declaration, such as a test or build artifact. 
 | 
ActionDeclaration | 
ActionDeclaration.withOutputArtifacts(OutputArtifact... outputArtifacts)
 The name or ID of the result of the action declaration, such as a test or build artifact. 
 | 
ActionDeclaration | 
ActionDeclaration.withRegion(String region)
 The action declaration's Amazon Web Services Region, such as us-east-1. 
 | 
ActionDeclaration | 
ActionDeclaration.withRoleArn(String roleArn)
 The ARN of the IAM service role that performs the declared action. 
 | 
ActionDeclaration | 
ActionDeclaration.withRunOrder(Integer runOrder)
 The order in which actions are run. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<ActionDeclaration> | 
StageDeclaration.getActions()
 The actions included in a stage. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StageDeclaration | 
StageDeclaration.withActions(ActionDeclaration... actions)
 The actions included in a stage. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
StageDeclaration.setActions(Collection<ActionDeclaration> actions)
 The actions included in a stage. 
 | 
StageDeclaration | 
StageDeclaration.withActions(Collection<ActionDeclaration> actions)
 The actions included in a stage. 
 | 
Copyright © 2023. All rights reserved.