Interface DeleteCustomActionTypeRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CodePipelineRequest.Builder,CopyableBuilder<DeleteCustomActionTypeRequest.Builder,DeleteCustomActionTypeRequest>,SdkBuilder<DeleteCustomActionTypeRequest.Builder,DeleteCustomActionTypeRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteCustomActionTypeRequest
public static interface DeleteCustomActionTypeRequest.Builder extends CodePipelineRequest.Builder, SdkPojo, CopyableBuilder<DeleteCustomActionTypeRequest.Builder,DeleteCustomActionTypeRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteCustomActionTypeRequest.Buildercategory(String category)The category of the custom action that you want to delete, such as source or deploy.DeleteCustomActionTypeRequest.Buildercategory(ActionCategory category)The category of the custom action that you want to delete, such as source or deploy.DeleteCustomActionTypeRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteCustomActionTypeRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteCustomActionTypeRequest.Builderprovider(String provider)The provider of the service used in the custom action, such as CodeDeploy.DeleteCustomActionTypeRequest.Builderversion(String version)The version of the custom action to delete.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.codepipeline.model.CodePipelineRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
category
DeleteCustomActionTypeRequest.Builder category(String category)
The category of the custom action that you want to delete, such as source or deploy.
- Parameters:
category- The category of the custom action that you want to delete, such as source or deploy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ActionCategory,ActionCategory
-
category
DeleteCustomActionTypeRequest.Builder category(ActionCategory category)
The category of the custom action that you want to delete, such as source or deploy.
- Parameters:
category- The category of the custom action that you want to delete, such as source or deploy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ActionCategory,ActionCategory
-
provider
DeleteCustomActionTypeRequest.Builder provider(String provider)
The provider of the service used in the custom action, such as CodeDeploy.
- Parameters:
provider- The provider of the service used in the custom action, such as CodeDeploy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
version
DeleteCustomActionTypeRequest.Builder version(String version)
The version of the custom action to delete.
- Parameters:
version- The version of the custom action to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteCustomActionTypeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteCustomActionTypeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-