| Package | Description |
|---|---|
| software.amazon.awssdk.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
static ActionTypeId.Builder |
ActionTypeId.builder() |
ActionTypeId.Builder |
ActionTypeId.Builder.category(ActionCategory category)
A category defines what kind of action can be taken in the stage, and constrains the provider type for the
action.
|
ActionTypeId.Builder |
ActionTypeId.Builder.category(String category)
A category defines what kind of action can be taken in the stage, and constrains the provider type for the
action.
|
ActionTypeId.Builder |
ActionTypeId.Builder.owner(ActionOwner owner)
The creator of the action being called.
|
ActionTypeId.Builder |
ActionTypeId.Builder.owner(String owner)
The creator of the action being called.
|
ActionTypeId.Builder |
ActionTypeId.Builder.provider(String provider)
The provider of the service being called by the action.
|
ActionTypeId.Builder |
ActionTypeId.toBuilder() |
ActionTypeId.Builder |
ActionTypeId.Builder.version(String version)
A string that describes the action version.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ActionTypeId.Builder> |
ActionTypeId.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ActionDeclaration.Builder |
ActionDeclaration.Builder.actionTypeId(Consumer<ActionTypeId.Builder> actionTypeId)
Specifies the action type and the provider of the action.
|
default PollForThirdPartyJobsRequest.Builder |
PollForThirdPartyJobsRequest.Builder.actionTypeId(Consumer<ActionTypeId.Builder> actionTypeId)
Represents information about an action type.
|
default ActionExecutionInput.Builder |
ActionExecutionInput.Builder.actionTypeId(Consumer<ActionTypeId.Builder> actionTypeId)
Sets the value of the ActionTypeId property for this object.
|
default ThirdPartyJobData.Builder |
ThirdPartyJobData.Builder.actionTypeId(Consumer<ActionTypeId.Builder> actionTypeId)
Represents information about an action type.
|
default JobData.Builder |
JobData.Builder.actionTypeId(Consumer<ActionTypeId.Builder> actionTypeId)
Represents information about an action type.
|
default PollForJobsRequest.Builder |
PollForJobsRequest.Builder.actionTypeId(Consumer<ActionTypeId.Builder> actionTypeId)
Represents information about an action type.
|
default ActionType.Builder |
ActionType.Builder.id(Consumer<ActionTypeId.Builder> id)
Represents information about an action type.
|
Copyright © 2023. All rights reserved.