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.
|
build
requestOverrideConfig
copy
apply, build
DeleteCustomActionTypeRequest.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
,
ActionCategory
DeleteCustomActionTypeRequest.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
,
ActionCategory
DeleteCustomActionTypeRequest.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.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.DeleteCustomActionTypeRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.