Interface DataprocMetastoreServiceScalingConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataprocMetastoreServiceScalingConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.776Z") @Stability(Stable) public interface DataprocMetastoreServiceScalingConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataprocMetastoreServiceScalingConfig.BuilderA builder forDataprocMetastoreServiceScalingConfigstatic classDataprocMetastoreServiceScalingConfig.Jsii$ProxyAn implementation forDataprocMetastoreServiceScalingConfig
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static DataprocMetastoreServiceScalingConfig.Builderbuilder()default StringgetInstanceSize()Metastore instance sizes.default NumbergetScalingFactor()Scaling factor, in increments of 0.1 for values less than 1.0, and increments of 1.0 for values greater than 1.0.
-
-
-
Method Detail
-
getInstanceSize
@Stability(Stable) @Nullable default String getInstanceSize()
Metastore instance sizes. Possible values: ["EXTRA_SMALL", "SMALL", "MEDIUM", "LARGE", "EXTRA_LARGE"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_metastore_service#instance_size DataprocMetastoreService#instance_size}
-
getScalingFactor
@Stability(Stable) @Nullable default Number getScalingFactor()
Scaling factor, in increments of 0.1 for values less than 1.0, and increments of 1.0 for values greater than 1.0.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_metastore_service#scaling_factor DataprocMetastoreService#scaling_factor}
-
builder
@Stability(Stable) static DataprocMetastoreServiceScalingConfig.Builder builder()
-
-