Class CfnApprovedOriginPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.connect.CfnApprovedOriginPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnApprovedOriginPropsMixin>
- Enclosing class:
CfnApprovedOriginPropsMixin
@Stability(Stable)
public static final class CfnApprovedOriginPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnApprovedOriginPropsMixin>
A fluent builder for
CfnApprovedOriginPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) instanceId(String instanceId) The Amazon Resource Name (ARN) of the instance.instanceId(IInstanceRef instanceId) The Amazon Resource Name (ARN) of the instance.Domain name to be added to the allow-list of the instance.
-
Method Details
-
create
@Stability(Stable) public static CfnApprovedOriginPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnApprovedOriginPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnApprovedOriginPropsMixin.Builder.
-
instanceId
The Amazon Resource Name (ARN) of the instance.Minimum :
1Maximum :
100- Parameters:
instanceId- The Amazon Resource Name (ARN) of the instance. This parameter is required.- Returns:
this- See Also:
-
instanceId
The Amazon Resource Name (ARN) of the instance.Minimum :
1Maximum :
100- Parameters:
instanceId- The Amazon Resource Name (ARN) of the instance. This parameter is required.- Returns:
this- See Also:
-
origin
Domain name to be added to the allow-list of the instance.Maximum :
267- Parameters:
origin- Domain name to be added to the allow-list of the instance. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnApprovedOriginPropsMixin>- Returns:
- a newly built instance of
CfnApprovedOriginPropsMixin.
-