public class StaticIndexMetadata extends Object implements IndexMetadata
Modifier and Type | Class and Description |
---|---|
static class |
StaticIndexMetadata.Builder |
Modifier and Type | Method and Description |
---|---|
static StaticIndexMetadata.Builder |
builder() |
static StaticIndexMetadata.Builder |
builderFrom(IndexMetadata index) |
boolean |
equals(Object o) |
int |
hashCode() |
String |
name()
The name of the index
|
Optional<KeyAttributeMetadata> |
partitionKey()
The partition key for the index; if there is one.
|
Optional<KeyAttributeMetadata> |
sortKey()
The sort key for the index; if there is one.
|
public static StaticIndexMetadata.Builder builder()
public static StaticIndexMetadata.Builder builderFrom(IndexMetadata index)
public String name()
IndexMetadata
name
in interface IndexMetadata
public Optional<KeyAttributeMetadata> partitionKey()
IndexMetadata
partitionKey
in interface IndexMetadata
public Optional<KeyAttributeMetadata> sortKey()
IndexMetadata
sortKey
in interface IndexMetadata
Copyright © 2021. All rights reserved.