public static interface ActionTypeIdentifier.Builder extends SdkPojo, CopyableBuilder<ActionTypeIdentifier.Builder,ActionTypeIdentifier>
| Modifier and Type | Method and Description |
|---|---|
ActionTypeIdentifier.Builder |
category(ActionCategory category)
Defines what kind of action can be taken in the stage, one of the following:
|
ActionTypeIdentifier.Builder |
category(String category)
Defines what kind of action can be taken in the stage, one of the following:
|
ActionTypeIdentifier.Builder |
owner(String owner)
The creator of the action type being called:
AWS or ThirdParty. |
ActionTypeIdentifier.Builder |
provider(String provider)
The provider of the action type being called.
|
ActionTypeIdentifier.Builder |
version(String version)
A string that describes the action type version.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildActionTypeIdentifier.Builder category(String category)
Defines what kind of action can be taken in the stage, one of the following:
Source
Build
Test
Deploy
Approval
Invoke
category - Defines what kind of action can be taken in the stage, one of the following:
Source
Build
Test
Deploy
Approval
Invoke
ActionCategory,
ActionCategoryActionTypeIdentifier.Builder category(ActionCategory category)
Defines what kind of action can be taken in the stage, one of the following:
Source
Build
Test
Deploy
Approval
Invoke
category - Defines what kind of action can be taken in the stage, one of the following:
Source
Build
Test
Deploy
Approval
Invoke
ActionCategory,
ActionCategoryActionTypeIdentifier.Builder owner(String owner)
The creator of the action type being called: AWS or ThirdParty.
owner - The creator of the action type being called: AWS or ThirdParty.ActionTypeIdentifier.Builder provider(String provider)
The provider of the action type being called. The provider name is supplied when the action type is created.
provider - The provider of the action type being called. The provider name is supplied when the action type is
created.ActionTypeIdentifier.Builder version(String version)
A string that describes the action type version.
version - A string that describes the action type version.Copyright © 2023. All rights reserved.