public static interface DeleteCustomActionTypeRequest.Builder extends CodePipelineRequest.Builder, SdkPojo, 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteCustomActionTypeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteCustomActionTypeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.