Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Index |
build() |
Index.Builder |
compartmentId(String compartmentId)
Compartment Identifier.
|
Index.Builder |
copy(Index model) |
Index.Builder |
keys(List<IndexKey> keys)
A set of keys for a secondary index.
|
Index.Builder |
lifecycleDetails(String lifecycleDetails)
A message describing the current state in more detail.
|
Index.Builder |
lifecycleState(Index.LifecycleState lifecycleState)
The state of an index.
|
Index.Builder |
name(String name)
Index name.
|
Index.Builder |
tableId(String tableId)
the OCID of the table to which this index belongs.
|
Index.Builder |
tableName(String tableName)
The name of the table to which this index belongs.
|
public Index.Builder name(String name)
Index name.
name
- the value to setpublic Index.Builder compartmentId(String compartmentId)
Compartment Identifier.
compartmentId
- the value to setpublic Index.Builder tableName(String tableName)
The name of the table to which this index belongs.
tableName
- the value to setpublic Index.Builder tableId(String tableId)
the OCID of the table to which this index belongs.
tableId
- the value to setpublic Index.Builder keys(List<IndexKey> keys)
A set of keys for a secondary index.
keys
- the value to setpublic Index.Builder lifecycleState(Index.LifecycleState lifecycleState)
The state of an index.
lifecycleState
- the value to setpublic Index.Builder lifecycleDetails(String lifecycleDetails)
A message describing the current state in more detail.
lifecycleDetails
- the value to setpublic Index build()
public Index.Builder copy(Index model)
Copyright © 2016–2024. All rights reserved.