Interface NeptuneClusterParameterGroupParameter
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
NeptuneClusterParameterGroupParameter.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:54.143Z") @Stability(Stable) public interface NeptuneClusterParameterGroupParameter extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classNeptuneClusterParameterGroupParameter.BuilderA builder forNeptuneClusterParameterGroupParameterstatic classNeptuneClusterParameterGroupParameter.Jsii$ProxyAn implementation forNeptuneClusterParameterGroupParameter
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static NeptuneClusterParameterGroupParameter.Builderbuilder()default StringgetApplyMethod()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster_parameter_group#apply_method NeptuneClusterParameterGroup#apply_method}.StringgetName()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster_parameter_group#name NeptuneClusterParameterGroup#name}.StringgetValue()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster_parameter_group#value NeptuneClusterParameterGroup#value}.
-
-
-
Method Detail
-
getName
@Stability(Stable) @NotNull String getName()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster_parameter_group#name NeptuneClusterParameterGroup#name}.
-
getValue
@Stability(Stable) @NotNull String getValue()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster_parameter_group#value NeptuneClusterParameterGroup#value}.
-
getApplyMethod
@Stability(Stable) @Nullable default String getApplyMethod()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster_parameter_group#apply_method NeptuneClusterParameterGroup#apply_method}.
-
builder
@Stability(Stable) static NeptuneClusterParameterGroupParameter.Builder builder()
-
-