Class CfnIndex.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIndex>
- Enclosing class:
- CfnIndex
CfnIndex
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
static CfnIndex.Builder
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:
scope
-- scope in which this resource is defined.
id
-- scoped id of the resource.
- Returns:
- a new instance of
CfnIndex.Builder
.
-
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
-
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
-
build
-