Class CfnKeyGroupMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.cloudfront.CfnKeyGroupMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnKeyGroupMixinProps>
- Enclosing interface:
CfnKeyGroupMixinProps
@Stability(Stable)
public static final class CfnKeyGroupMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnKeyGroupMixinProps>
A builder for
CfnKeyGroupMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.keyGroupConfig(CfnKeyGroupPropsMixin.KeyGroupConfigProperty keyGroupConfig) Sets the value ofCfnKeyGroupMixinProps.getKeyGroupConfig()keyGroupConfig(IResolvable keyGroupConfig) Sets the value ofCfnKeyGroupMixinProps.getKeyGroupConfig()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
keyGroupConfig
Sets the value ofCfnKeyGroupMixinProps.getKeyGroupConfig()- Parameters:
keyGroupConfig- The key group configuration.- Returns:
this
-
keyGroupConfig
@Stability(Stable) public CfnKeyGroupMixinProps.Builder keyGroupConfig(CfnKeyGroupPropsMixin.KeyGroupConfigProperty keyGroupConfig) Sets the value ofCfnKeyGroupMixinProps.getKeyGroupConfig()- Parameters:
keyGroupConfig- The key group configuration.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnKeyGroupMixinProps>- Returns:
- a new instance of
CfnKeyGroupMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-