| Package | Description |
|---|---|
| software.amazon.awssdk.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
static ActionTypeIdentifier.Builder |
ActionTypeIdentifier.builder() |
ActionTypeIdentifier.Builder |
ActionTypeIdentifier.Builder.category(ActionCategory category)
Defines what kind of action can be taken in the stage, one of the following:
|
ActionTypeIdentifier.Builder |
ActionTypeIdentifier.Builder.category(String category)
Defines what kind of action can be taken in the stage, one of the following:
|
ActionTypeIdentifier.Builder |
ActionTypeIdentifier.Builder.owner(String owner)
The creator of the action type being called:
AWS or ThirdParty. |
ActionTypeIdentifier.Builder |
ActionTypeIdentifier.Builder.provider(String provider)
The provider of the action type being called.
|
ActionTypeIdentifier.Builder |
ActionTypeIdentifier.toBuilder() |
ActionTypeIdentifier.Builder |
ActionTypeIdentifier.Builder.version(String version)
A string that describes the action type version.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ActionTypeIdentifier.Builder> |
ActionTypeIdentifier.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ActionTypeDeclaration.Builder |
ActionTypeDeclaration.Builder.id(Consumer<ActionTypeIdentifier.Builder> id)
The action category, owner, provider, and version of the action type to be updated.
|
Copyright © 2023. All rights reserved.