Class NeptuneClusterParameterGroupParameter.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.neptune_cluster_parameter_group.NeptuneClusterParameterGroupParameter.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<NeptuneClusterParameterGroupParameter>
- Enclosing interface:
- NeptuneClusterParameterGroupParameter
@Stability(Stable) public static final class NeptuneClusterParameterGroupParameter.Builder extends Object implements software.amazon.jsii.Builder<NeptuneClusterParameterGroupParameter>
A builder forNeptuneClusterParameterGroupParameter
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NeptuneClusterParameterGroupParameter.BuilderapplyMethod(String applyMethod)Sets the value ofNeptuneClusterParameterGroupParameter.getApplyMethod()NeptuneClusterParameterGroupParameterbuild()Builds the configured instance.NeptuneClusterParameterGroupParameter.Buildername(String name)Sets the value ofNeptuneClusterParameterGroupParameter.getName()NeptuneClusterParameterGroupParameter.Buildervalue(String value)Sets the value ofNeptuneClusterParameterGroupParameter.getValue()
-
-
-
Method Detail
-
name
@Stability(Stable) public NeptuneClusterParameterGroupParameter.Builder name(String name)
Sets the value ofNeptuneClusterParameterGroupParameter.getName()- Parameters:
name- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster_parameter_group#name NeptuneClusterParameterGroup#name}. This parameter is required.- Returns:
this
-
value
@Stability(Stable) public NeptuneClusterParameterGroupParameter.Builder value(String value)
Sets the value ofNeptuneClusterParameterGroupParameter.getValue()- Parameters:
value- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster_parameter_group#value NeptuneClusterParameterGroup#value}. This parameter is required.- Returns:
this
-
applyMethod
@Stability(Stable) public NeptuneClusterParameterGroupParameter.Builder applyMethod(String applyMethod)
Sets the value ofNeptuneClusterParameterGroupParameter.getApplyMethod()- Parameters:
applyMethod- 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}.- Returns:
this
-
build
@Stability(Stable) public NeptuneClusterParameterGroupParameter build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<NeptuneClusterParameterGroupParameter>- Returns:
- a new instance of
NeptuneClusterParameterGroupParameter - Throws:
NullPointerException- if any required attribute was not provided
-
-