CopyableBuilder<ActionType.Builder,ActionType>
, SdkBuilder<ActionType.Builder,ActionType>
public static interface ActionType.Builder extends CopyableBuilder<ActionType.Builder,ActionType>
Modifier and Type | Method | Description |
---|---|---|
ActionType.Builder |
actionConfigurationProperties(Collection<ActionConfigurationProperty> actionConfigurationProperties) |
The configuration properties for the action type.
|
ActionType.Builder |
actionConfigurationProperties(ActionConfigurationProperty... actionConfigurationProperties) |
The configuration properties for the action type.
|
ActionType.Builder |
id(ActionTypeId id) |
Represents information about an action type.
|
ActionType.Builder |
inputArtifactDetails(ArtifactDetails inputArtifactDetails) |
The details of the input artifact for the action, such as its commit ID.
|
ActionType.Builder |
outputArtifactDetails(ArtifactDetails outputArtifactDetails) |
The details of the output artifact of the action, such as its commit ID.
|
ActionType.Builder |
settings(ActionTypeSettings settings) |
The settings for the action type.
|
copy
apply, build
ActionType.Builder id(ActionTypeId id)
Represents information about an action type.
id
- Represents information about an action type.ActionType.Builder settings(ActionTypeSettings settings)
The settings for the action type.
settings
- The settings for the action type.ActionType.Builder actionConfigurationProperties(Collection<ActionConfigurationProperty> actionConfigurationProperties)
The configuration properties for the action type.
actionConfigurationProperties
- The configuration properties for the action type.ActionType.Builder actionConfigurationProperties(ActionConfigurationProperty... actionConfigurationProperties)
The configuration properties for the action type.
NOTE: This method appends the values to the existing list (if any). Use
#setActionConfigurationProperties(java.util.Collection)
or
#withActionConfigurationProperties(java.util.Collection)
if you want to override the existing values.
actionConfigurationProperties
- The configuration properties for the action type.ActionType.Builder inputArtifactDetails(ArtifactDetails inputArtifactDetails)
The details of the input artifact for the action, such as its commit ID.
inputArtifactDetails
- The details of the input artifact for the action, such as its commit ID.ActionType.Builder outputArtifactDetails(ArtifactDetails outputArtifactDetails)
The details of the output artifact of the action, such as its commit ID.
outputArtifactDetails
- The details of the output artifact of the action, such as its commit ID.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.