Class ActionConnectorReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.quicksight.ActionConnectorReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<ActionConnectorReference>
- Enclosing interface:
ActionConnectorReference
@Stability(Stable)
public static final class ActionConnectorReference.Builder
extends Object
implements software.amazon.jsii.Builder<ActionConnectorReference>
A builder for
ActionConnectorReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactionConnectorArn(String actionConnectorArn) Sets the value ofActionConnectorReference.getActionConnectorArn()actionConnectorId(String actionConnectorId) Sets the value ofActionConnectorReference.getActionConnectorId()awsAccountId(String awsAccountId) Sets the value ofActionConnectorReference.getAwsAccountId()build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
actionConnectorArn
@Stability(Stable) public ActionConnectorReference.Builder actionConnectorArn(String actionConnectorArn) Sets the value ofActionConnectorReference.getActionConnectorArn()- Parameters:
actionConnectorArn- The ARN of the ActionConnector resource. This parameter is required.- Returns:
this
-
actionConnectorId
@Stability(Stable) public ActionConnectorReference.Builder actionConnectorId(String actionConnectorId) Sets the value ofActionConnectorReference.getActionConnectorId()- Parameters:
actionConnectorId- The ActionConnectorId of the ActionConnector resource. This parameter is required.- Returns:
this
-
awsAccountId
Sets the value ofActionConnectorReference.getAwsAccountId()- Parameters:
awsAccountId- The AwsAccountId of the ActionConnector resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ActionConnectorReference>- Returns:
- a new instance of
ActionConnectorReference - Throws:
NullPointerException- if any required attribute was not provided
-