Class CfnTemplate.CustomActionURLOperationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnTemplate.CustomActionURLOperationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplate.CustomActionURLOperationProperty>
- Enclosing interface:
CfnTemplate.CustomActionURLOperationProperty
@Stability(Stable)
public static final class CfnTemplate.CustomActionURLOperationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplate.CustomActionURLOperationProperty>
A builder for
CfnTemplate.CustomActionURLOperationProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnTemplate.CustomActionURLOperationProperty.getUrlTarget()
urlTemplate
(String urlTemplate) Sets the value ofCfnTemplate.CustomActionURLOperationProperty.getUrlTemplate()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
urlTarget
@Stability(Stable) public CfnTemplate.CustomActionURLOperationProperty.Builder urlTarget(String urlTarget) Sets the value ofCfnTemplate.CustomActionURLOperationProperty.getUrlTarget()
- Parameters:
urlTarget
- The target of theCustomActionURLOperation
. This parameter is required. Valid values are defined as follows:NEW_TAB
: Opens the target URL in a new browser tab.NEW_WINDOW
: Opens the target URL in a new browser window.SAME_TAB
: Opens the target URL in the same browser tab.
- Returns:
this
-
urlTemplate
@Stability(Stable) public CfnTemplate.CustomActionURLOperationProperty.Builder urlTemplate(String urlTemplate) Sets the value ofCfnTemplate.CustomActionURLOperationProperty.getUrlTemplate()
- Parameters:
urlTemplate
- THe URL link of theCustomActionURLOperation
. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnTemplate.CustomActionURLOperationProperty>
- Returns:
- a new instance of
CfnTemplate.CustomActionURLOperationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-