Interface IframeConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<IframeConfig.Builder,,IframeConfig> SdkBuilder<IframeConfig.Builder,,IframeConfig> SdkPojo
- Enclosing class:
IframeConfig
@Mutable
@NotThreadSafe
public static interface IframeConfig.Builder
extends SdkPojo, CopyableBuilder<IframeConfig.Builder,IframeConfig>
-
Method Summary
Modifier and TypeMethodDescriptionThe list of features that are allowed in the iframe.allow(Collection<String> allow) The list of features that are allowed in the iframe.The list of sandbox attributes for the iframe.sandbox(Collection<String> sandbox) The list of sandbox attributes for the iframe.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
allow
The list of features that are allowed in the iframe.
- Parameters:
allow- The list of features that are allowed in the iframe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
allow
The list of features that are allowed in the iframe.
- Parameters:
allow- The list of features that are allowed in the iframe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sandbox
The list of sandbox attributes for the iframe.
- Parameters:
sandbox- The list of sandbox attributes for the iframe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sandbox
The list of sandbox attributes for the iframe.
- Parameters:
sandbox- The list of sandbox attributes for the iframe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-