public static interface DeleteCustomActionTypeRequest.Builder extends CodePipelineRequest.Builder, CopyableBuilder<DeleteCustomActionTypeRequest.Builder,DeleteCustomActionTypeRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteCustomActionTypeRequest.Builder |
category(ActionCategory category)
The category of the custom action that you want to delete, such as source or deploy.
|
DeleteCustomActionTypeRequest.Builder |
category(String 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DeleteCustomActionTypeRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
DeleteCustomActionTypeRequest.Builder |
version(String version)
The version of the custom action to delete.
|
buildrequestOverrideConfigcopyapply, 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.ActionCategory,
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.ActionCategory,
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.DeleteCustomActionTypeRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DeleteCustomActionTypeRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.