public static interface ActionTypeId.Builder extends SdkPojo, CopyableBuilder<ActionTypeId.Builder,ActionTypeId>
| Modifier and Type | Method and Description |
|---|---|
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 |
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 |
owner(ActionOwner owner)
The creator of the action being called.
|
ActionTypeId.Builder |
owner(String owner)
The creator of the action being called.
|
ActionTypeId.Builder |
provider(String provider)
The provider of the service being called by the action.
|
ActionTypeId.Builder |
version(String version)
A string that describes the action version.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildActionTypeId.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. Valid categories are limited to one of the following values.
Source
Build
Test
Deploy
Invoke
Approval
category - A category defines what kind of action can be taken in the stage, and constrains the provider type for
the action. Valid categories are limited to one of the following values.
Source
Build
Test
Deploy
Invoke
Approval
ActionCategory,
ActionCategoryActionTypeId.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. Valid categories are limited to one of the following values.
Source
Build
Test
Deploy
Invoke
Approval
category - A category defines what kind of action can be taken in the stage, and constrains the provider type for
the action. Valid categories are limited to one of the following values.
Source
Build
Test
Deploy
Invoke
Approval
ActionCategory,
ActionCategoryActionTypeId.Builder owner(String owner)
The creator of the action being called. There are three valid values for the Owner field in the
action category section within your pipeline structure: AWS, ThirdParty, and
Custom. For more information, see Valid Action Types and Providers in CodePipeline.
owner - The creator of the action being called. There are three valid values for the Owner field
in the action category section within your pipeline structure: AWS,
ThirdParty, and Custom. For more information, see Valid Action Types and Providers in CodePipeline.ActionOwner,
ActionOwnerActionTypeId.Builder owner(ActionOwner owner)
The creator of the action being called. There are three valid values for the Owner field in the
action category section within your pipeline structure: AWS, ThirdParty, and
Custom. For more information, see Valid Action Types and Providers in CodePipeline.
owner - The creator of the action being called. There are three valid values for the Owner field
in the action category section within your pipeline structure: AWS,
ThirdParty, and Custom. For more information, see Valid Action Types and Providers in CodePipeline.ActionOwner,
ActionOwnerActionTypeId.Builder provider(String provider)
The provider of the service being called by the action. Valid providers are determined by the action
category. For example, an action in the Deploy category type might have a provider of CodeDeploy, which would
be specified as CodeDeploy. For more information, see Valid Action Types and Providers in CodePipeline.
provider - The provider of the service being called by the action. Valid providers are determined by the action
category. For example, an action in the Deploy category type might have a provider of CodeDeploy,
which would be specified as CodeDeploy. For more information, see Valid Action Types and Providers in CodePipeline.ActionTypeId.Builder version(String version)
A string that describes the action version.
version - A string that describes the action version.Copyright © 2023. All rights reserved.