Class CfnIndexMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.resourceexplorer2.CfnIndexMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIndexMixinProps>
- Enclosing interface:
CfnIndexMixinProps
@Stability(Stable)
public static final class CfnIndexMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIndexMixinProps>
A builder for
CfnIndexMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnIndexMixinProps.getTags()Sets the value ofCfnIndexMixinProps.getType()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
tags
Sets the value ofCfnIndexMixinProps.getTags()- Parameters:
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.- Returns:
this
-
type
Sets the value ofCfnIndexMixinProps.getType()- Parameters:
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. .- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnIndexMixinProps>- Returns:
- a new instance of
CfnIndexMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-