Class CfnIndex.Builder
java.lang.Object
software.amazon.awscdk.services.resourceexplorer2.CfnIndex.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIndex>
- Enclosing class:
CfnIndex
@Stability(Stable)
public static final class CfnIndex.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIndex>
A fluent builder for
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
@Stability(Stable) public static CfnIndex.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.- 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
- See Also:
-
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:
-
build
-