| Package | Description |
|---|---|
| software.amazon.awssdk.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
ActionType.Builder |
ActionType.Builder.actionConfigurationProperties(ActionConfigurationProperty... actionConfigurationProperties)
The configuration properties for the action type.
|
ActionType.Builder |
ActionType.Builder.actionConfigurationProperties(Collection<ActionConfigurationProperty> actionConfigurationProperties)
The configuration properties for the action type.
|
ActionType.Builder |
ActionType.Builder.actionConfigurationProperties(Consumer<ActionConfigurationProperty.Builder>... actionConfigurationProperties)
The configuration properties for the action type.
|
static ActionType.Builder |
ActionType.builder() |
ActionType.Builder |
ActionType.Builder.id(ActionTypeId id)
Represents information about an action type.
|
default ActionType.Builder |
ActionType.Builder.id(Consumer<ActionTypeId.Builder> id)
Represents information about an action type.
|
ActionType.Builder |
ActionType.Builder.inputArtifactDetails(ArtifactDetails inputArtifactDetails)
The details of the input artifact for the action, such as its commit ID.
|
default ActionType.Builder |
ActionType.Builder.inputArtifactDetails(Consumer<ArtifactDetails.Builder> inputArtifactDetails)
The details of the input artifact for the action, such as its commit ID.
|
ActionType.Builder |
ActionType.Builder.outputArtifactDetails(ArtifactDetails outputArtifactDetails)
The details of the output artifact of the action, such as its commit ID.
|
default ActionType.Builder |
ActionType.Builder.outputArtifactDetails(Consumer<ArtifactDetails.Builder> outputArtifactDetails)
The details of the output artifact of the action, such as its commit ID.
|
ActionType.Builder |
ActionType.Builder.settings(ActionTypeSettings settings)
The settings for the action type.
|
default ActionType.Builder |
ActionType.Builder.settings(Consumer<ActionTypeSettings.Builder> settings)
The settings for the action type.
|
ActionType.Builder |
ActionType.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ActionType.Builder> |
ActionType.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateCustomActionTypeResponse.Builder |
CreateCustomActionTypeResponse.Builder.actionType(Consumer<ActionType.Builder> actionType)
Returns information about the details of an action type.
|
Copyright © 2023. All rights reserved.