Interface FinspaceKxClusterCode
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
FinspaceKxClusterCode.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:53.050Z") @Stability(Stable) public interface FinspaceKxClusterCode extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classFinspaceKxClusterCode.BuilderA builder forFinspaceKxClusterCodestatic classFinspaceKxClusterCode.Jsii$ProxyAn implementation forFinspaceKxClusterCode
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static FinspaceKxClusterCode.Builderbuilder()StringgetS3Bucket()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/finspace_kx_cluster#s3_bucket FinspaceKxCluster#s3_bucket}.StringgetS3Key()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/finspace_kx_cluster#s3_key FinspaceKxCluster#s3_key}.default StringgetS3ObjectVersion()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/finspace_kx_cluster#s3_object_version FinspaceKxCluster#s3_object_version}.
-
-
-
Method Detail
-
getS3Bucket
@Stability(Stable) @NotNull String getS3Bucket()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/finspace_kx_cluster#s3_bucket FinspaceKxCluster#s3_bucket}.
-
getS3Key
@Stability(Stable) @NotNull String getS3Key()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/finspace_kx_cluster#s3_key FinspaceKxCluster#s3_key}.
-
getS3ObjectVersion
@Stability(Stable) @Nullable default String getS3ObjectVersion()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/finspace_kx_cluster#s3_object_version FinspaceKxCluster#s3_object_version}.
-
builder
@Stability(Stable) static FinspaceKxClusterCode.Builder builder()
- Returns:
- a
FinspaceKxClusterCode.BuilderofFinspaceKxClusterCode
-
-