Class CfnKeyGroupPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.cloudfront.CfnKeyGroupPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnKeyGroupPropsMixin>
- Enclosing class:
CfnKeyGroupPropsMixin
@Stability(Stable)
public static final class CfnKeyGroupPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnKeyGroupPropsMixin>
A fluent builder for
CfnKeyGroupPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) keyGroupConfig(CfnKeyGroupPropsMixin.KeyGroupConfigProperty keyGroupConfig) The key group configuration.keyGroupConfig(IResolvable keyGroupConfig) The key group configuration.
-
Method Details
-
create
@Stability(Stable) public static CfnKeyGroupPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnKeyGroupPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnKeyGroupPropsMixin.Builder.
-
keyGroupConfig
The key group configuration.- Parameters:
keyGroupConfig- The key group configuration. This parameter is required.- Returns:
this- See Also:
-
keyGroupConfig
@Stability(Stable) public CfnKeyGroupPropsMixin.Builder keyGroupConfig(CfnKeyGroupPropsMixin.KeyGroupConfigProperty keyGroupConfig) The key group configuration.- Parameters:
keyGroupConfig- The key group configuration. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnKeyGroupPropsMixin>- Returns:
- a newly built instance of
CfnKeyGroupPropsMixin.
-