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