Class CfnIndexPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.resourceexplorer2.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) The specified tags are attached to only the index created in this AWS Region .Specifies the type of the index in this Region.
-
Method Details
-
create
- Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnIndexPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnIndexPropsMixin.Builder.
-
tags
The specified tags are attached to only the index created in this AWS Region .The tags don't attach to any of the resources listed in the index.
- Parameters:
tags- The specified tags are attached to only the index created in this AWS Region . This parameter is required.- Returns:
this- See Also:
-
type
Specifies the type of the index in this Region.For information about the aggregator index and how it differs from a local index, see Turning on cross-Region search by creating an aggregator index in the AWS Resource Explorer User Guide. .
- Parameters:
type- Specifies the type of the index in this Region. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnIndexPropsMixin>- Returns:
- a newly built instance of
CfnIndexPropsMixin.
-