Class CfnIndexProps.Builder
java.lang.Object
software.amazon.awscdk.services.iot.CfnIndexProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIndexProps>
- Enclosing interface:
CfnIndexProps
@Stability(Stable)
public static final class CfnIndexProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIndexProps>
A builder for
CfnIndexProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnIndexProps.getIndexName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
indexName
Sets the value ofCfnIndexProps.getIndexName()- Parameters:
indexName- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnIndexProps>- Returns:
- a new instance of
CfnIndexProps - Throws:
NullPointerException- if any required attribute was not provided
-