Class CustomActionReference.Builder
java.lang.Object
software.amazon.awscdk.services.chatbot.CustomActionReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CustomActionReference>
- Enclosing interface:
CustomActionReference
@Stability(Stable)
public static final class CustomActionReference.Builder
extends Object
implements software.amazon.jsii.Builder<CustomActionReference>
A builder for
CustomActionReference
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.customActionArn
(String customActionArn) Sets the value ofCustomActionReference.getCustomActionArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
customActionArn
Sets the value ofCustomActionReference.getCustomActionArn()
- Parameters:
customActionArn
- The CustomActionArn of the CustomAction resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CustomActionReference>
- Returns:
- a new instance of
CustomActionReference
- Throws:
NullPointerException
- if any required attribute was not provided
-