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