Class CfnApplicationPropsMixin.IframeConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.appintegrations.CfnApplicationPropsMixin.IframeConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnApplicationPropsMixin.IframeConfigProperty>
- Enclosing interface:
CfnApplicationPropsMixin.IframeConfigProperty
@Stability(Stable)
public static final class CfnApplicationPropsMixin.IframeConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnApplicationPropsMixin.IframeConfigProperty>
A builder for
CfnApplicationPropsMixin.IframeConfigProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnApplicationPropsMixin.IframeConfigProperty.getAllow()build()Builds the configured instance.Sets the value ofCfnApplicationPropsMixin.IframeConfigProperty.getSandbox()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
allow
@Stability(Stable) public CfnApplicationPropsMixin.IframeConfigProperty.Builder allow(List<String> allow) Sets the value ofCfnApplicationPropsMixin.IframeConfigProperty.getAllow()- Parameters:
allow- the value to be set.- Returns:
this
-
sandbox
@Stability(Stable) public CfnApplicationPropsMixin.IframeConfigProperty.Builder sandbox(List<String> sandbox) Sets the value ofCfnApplicationPropsMixin.IframeConfigProperty.getSandbox()- Parameters:
sandbox- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnApplicationPropsMixin.IframeConfigProperty>- Returns:
- a new instance of
CfnApplicationPropsMixin.IframeConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-