Interface FinspaceKxClusterSavedownStorageConfiguration
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
FinspaceKxClusterSavedownStorageConfiguration.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:53.054Z") @Stability(Stable) public interface FinspaceKxClusterSavedownStorageConfiguration extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classFinspaceKxClusterSavedownStorageConfiguration.BuilderA builder forFinspaceKxClusterSavedownStorageConfigurationstatic classFinspaceKxClusterSavedownStorageConfiguration.Jsii$ProxyAn implementation forFinspaceKxClusterSavedownStorageConfiguration
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static FinspaceKxClusterSavedownStorageConfiguration.Builderbuilder()NumbergetSize()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/finspace_kx_cluster#size FinspaceKxCluster#size}.StringgetType()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/finspace_kx_cluster#type FinspaceKxCluster#type}.
-
-
-
Method Detail
-
getSize
@Stability(Stable) @NotNull Number getSize()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/finspace_kx_cluster#size FinspaceKxCluster#size}.
-
getType
@Stability(Stable) @NotNull String getType()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/finspace_kx_cluster#type FinspaceKxCluster#type}.
-
builder
@Stability(Stable) static FinspaceKxClusterSavedownStorageConfiguration.Builder builder()
-
-