Class CustomActionTypeReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.codepipeline.CustomActionTypeReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CustomActionTypeReference>
- Enclosing interface:
CustomActionTypeReference
@Stability(Stable)
public static final class CustomActionTypeReference.Builder
extends Object
implements software.amazon.jsii.Builder<CustomActionTypeReference>
A builder for
CustomActionTypeReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCustomActionTypeReference.getCategory()Sets the value ofCustomActionTypeReference.getProvider()Sets the value ofCustomActionTypeReference.getVersion()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
category
Sets the value ofCustomActionTypeReference.getCategory()- Parameters:
category- The Category of the CustomActionType resource. This parameter is required.- Returns:
this
-
provider
Sets the value ofCustomActionTypeReference.getProvider()- Parameters:
provider- The Provider of the CustomActionType resource. This parameter is required.- Returns:
this
-
version
Sets the value ofCustomActionTypeReference.getVersion()- Parameters:
version- The Version of the CustomActionType resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CustomActionTypeReference>- Returns:
- a new instance of
CustomActionTypeReference - Throws:
NullPointerException- if any required attribute was not provided
-