| Package | Description |
|---|---|
| software.amazon.awssdk.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
static ActionTypeDeclaration.Builder |
ActionTypeDeclaration.builder() |
ActionTypeDeclaration.Builder |
ActionTypeDeclaration.Builder.description(String description)
The description for the action type to be updated.
|
ActionTypeDeclaration.Builder |
ActionTypeDeclaration.Builder.executor(ActionTypeExecutor executor)
Information about the executor for an action type that was created with any supported integration model.
|
default ActionTypeDeclaration.Builder |
ActionTypeDeclaration.Builder.executor(Consumer<ActionTypeExecutor.Builder> executor)
Information about the executor for an action type that was created with any supported integration model.
|
ActionTypeDeclaration.Builder |
ActionTypeDeclaration.Builder.id(ActionTypeIdentifier id)
The action category, owner, provider, and version of the action type to be updated.
|
default ActionTypeDeclaration.Builder |
ActionTypeDeclaration.Builder.id(Consumer<ActionTypeIdentifier.Builder> id)
The action category, owner, provider, and version of the action type to be updated.
|
ActionTypeDeclaration.Builder |
ActionTypeDeclaration.Builder.inputArtifactDetails(ActionTypeArtifactDetails inputArtifactDetails)
Details for the artifacts, such as application files, to be worked on by the action.
|
default ActionTypeDeclaration.Builder |
ActionTypeDeclaration.Builder.inputArtifactDetails(Consumer<ActionTypeArtifactDetails.Builder> inputArtifactDetails)
Details for the artifacts, such as application files, to be worked on by the action.
|
ActionTypeDeclaration.Builder |
ActionTypeDeclaration.Builder.outputArtifactDetails(ActionTypeArtifactDetails outputArtifactDetails)
Details for the output artifacts, such as a built application, that are the result of the action.
|
default ActionTypeDeclaration.Builder |
ActionTypeDeclaration.Builder.outputArtifactDetails(Consumer<ActionTypeArtifactDetails.Builder> outputArtifactDetails)
Details for the output artifacts, such as a built application, that are the result of the action.
|
ActionTypeDeclaration.Builder |
ActionTypeDeclaration.Builder.permissions(ActionTypePermissions permissions)
Details identifying the accounts with permissions to use the action type.
|
default ActionTypeDeclaration.Builder |
ActionTypeDeclaration.Builder.permissions(Consumer<ActionTypePermissions.Builder> permissions)
Details identifying the accounts with permissions to use the action type.
|
ActionTypeDeclaration.Builder |
ActionTypeDeclaration.Builder.properties(ActionTypeProperty... properties)
The properties of the action type to be updated.
|
ActionTypeDeclaration.Builder |
ActionTypeDeclaration.Builder.properties(Collection<ActionTypeProperty> properties)
The properties of the action type to be updated.
|
ActionTypeDeclaration.Builder |
ActionTypeDeclaration.Builder.properties(Consumer<ActionTypeProperty.Builder>... properties)
The properties of the action type to be updated.
|
ActionTypeDeclaration.Builder |
ActionTypeDeclaration.toBuilder() |
ActionTypeDeclaration.Builder |
ActionTypeDeclaration.Builder.urls(ActionTypeUrls urls)
The links associated with the action type to be updated.
|
default ActionTypeDeclaration.Builder |
ActionTypeDeclaration.Builder.urls(Consumer<ActionTypeUrls.Builder> urls)
The links associated with the action type to be updated.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ActionTypeDeclaration.Builder> |
ActionTypeDeclaration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateActionTypeRequest.Builder |
UpdateActionTypeRequest.Builder.actionType(Consumer<ActionTypeDeclaration.Builder> actionType)
The action type definition for the action type to be updated.
|
default GetActionTypeResponse.Builder |
GetActionTypeResponse.Builder.actionType(Consumer<ActionTypeDeclaration.Builder> actionType)
The action type information for the requested action type, such as the action type ID.
|
Copyright © 2023. All rights reserved.