Interface DatastoreIndexProperties
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DatastoreIndexProperties.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.836Z") @Stability(Stable) public interface DatastoreIndexProperties extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDatastoreIndexProperties.BuilderA builder forDatastoreIndexPropertiesstatic classDatastoreIndexProperties.Jsii$ProxyAn implementation forDatastoreIndexProperties
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static DatastoreIndexProperties.Builderbuilder()StringgetDirection()The direction the index should optimize for sorting.StringgetName()The property name to index.
-
-
-
Method Detail
-
getDirection
@Stability(Stable) @NotNull String getDirection()
The direction the index should optimize for sorting. Possible values: ["ASCENDING", "DESCENDING"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastore_index#direction DatastoreIndex#direction}
-
getName
@Stability(Stable) @NotNull String getName()
The property name to index.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastore_index#name DatastoreIndex#name}
-
builder
@Stability(Stable) static DatastoreIndexProperties.Builder builder()
- Returns:
- a
DatastoreIndexProperties.BuilderofDatastoreIndexProperties
-
-