CopyableBuilder<DeleteCustomActionTypeRequest.Builder,DeleteCustomActionTypeRequest>, SdkBuilder<DeleteCustomActionTypeRequest.Builder,DeleteCustomActionTypeRequest>public static interface DeleteCustomActionTypeRequest.Builder extends CopyableBuilder<DeleteCustomActionTypeRequest.Builder,DeleteCustomActionTypeRequest>
| Modifier and Type | Method | Description |
|---|---|---|
DeleteCustomActionTypeRequest.Builder |
category(String category) |
The category of the custom action that you want to delete, such as source or deploy.
|
DeleteCustomActionTypeRequest.Builder |
category(ActionCategory category) |
The category of the custom action that you want to delete, such as source or deploy.
|
DeleteCustomActionTypeRequest.Builder |
provider(String provider) |
The provider of the service used in the custom action, such as AWS CodeDeploy.
|
DeleteCustomActionTypeRequest.Builder |
version(String version) |
The version of the custom action to delete.
|
copyapply, buildDeleteCustomActionTypeRequest.Builder category(String category)
The category of the custom action that you want to delete, such as source or deploy.
category - The category of the custom action that you want to delete, such as source or deploy.ActionCategoryDeleteCustomActionTypeRequest.Builder category(ActionCategory category)
The category of the custom action that you want to delete, such as source or deploy.
category - The category of the custom action that you want to delete, such as source or deploy.ActionCategoryDeleteCustomActionTypeRequest.Builder provider(String provider)
The provider of the service used in the custom action, such as AWS CodeDeploy.
provider - The provider of the service used in the custom action, such as AWS CodeDeploy.DeleteCustomActionTypeRequest.Builder version(String version)
The version of the custom action to delete.
version - The version of the custom action to delete.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.