CopyableBuilder<ActionTypeId.Builder,ActionTypeId>
, SdkBuilder<ActionTypeId.Builder,ActionTypeId>
public static interface ActionTypeId.Builder extends CopyableBuilder<ActionTypeId.Builder,ActionTypeId>
Modifier and Type | Method | Description |
---|---|---|
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 |
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 |
owner(String owner) |
The creator of the action being called.
|
ActionTypeId.Builder |
owner(ActionOwner 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 identifies the action type.
|
copy
apply, build
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. Valid categories are limited to one of the values below.
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 values below.ActionCategory
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. Valid categories are limited to one of the values below.
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 values below.ActionCategory
ActionTypeId.Builder owner(String owner)
The creator of the action being called.
owner
- The creator of the action being called.ActionOwner
ActionTypeId.Builder owner(ActionOwner owner)
The creator of the action being called.
owner
- The creator of the action being called.ActionOwner
ActionTypeId.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 AWS CodeDeploy, which would be specified as CodeDeploy.
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 AWS CodeDeploy,
which would be specified as CodeDeploy.ActionTypeId.Builder version(String version)
A string that identifies the action type.
version
- A string that identifies the action type.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.