Class GkeonpremBareMetalAdminClusterControlPlaneApiServerArgs.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.gkeonprem_bare_metal_admin_cluster.GkeonpremBareMetalAdminClusterControlPlaneApiServerArgs.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<GkeonpremBareMetalAdminClusterControlPlaneApiServerArgs>
- Enclosing interface:
- GkeonpremBareMetalAdminClusterControlPlaneApiServerArgs
@Stability(Stable) public static final class GkeonpremBareMetalAdminClusterControlPlaneApiServerArgs.Builder extends Object implements software.amazon.jsii.Builder<GkeonpremBareMetalAdminClusterControlPlaneApiServerArgs>
A builder forGkeonpremBareMetalAdminClusterControlPlaneApiServerArgs
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GkeonpremBareMetalAdminClusterControlPlaneApiServerArgs.Builderargument(String argument)Sets the value ofGkeonpremBareMetalAdminClusterControlPlaneApiServerArgs.getArgument()GkeonpremBareMetalAdminClusterControlPlaneApiServerArgsbuild()Builds the configured instance.GkeonpremBareMetalAdminClusterControlPlaneApiServerArgs.Buildervalue(String value)Sets the value ofGkeonpremBareMetalAdminClusterControlPlaneApiServerArgs.getValue()
-
-
-
Method Detail
-
argument
@Stability(Stable) public GkeonpremBareMetalAdminClusterControlPlaneApiServerArgs.Builder argument(String argument)
Sets the value ofGkeonpremBareMetalAdminClusterControlPlaneApiServerArgs.getArgument()- Parameters:
argument- The argument name as it appears on the API Server command line please make sure to remove the leading dashes. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_bare_metal_admin_cluster#argument GkeonpremBareMetalAdminCluster#argument}- Returns:
this
-
value
@Stability(Stable) public GkeonpremBareMetalAdminClusterControlPlaneApiServerArgs.Builder value(String value)
Sets the value ofGkeonpremBareMetalAdminClusterControlPlaneApiServerArgs.getValue()- Parameters:
value- The value of the arg as it will be passed to the API Server command line. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_bare_metal_admin_cluster#value GkeonpremBareMetalAdminCluster#value}- Returns:
this
-
build
@Stability(Stable) public GkeonpremBareMetalAdminClusterControlPlaneApiServerArgs build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<GkeonpremBareMetalAdminClusterControlPlaneApiServerArgs>- Returns:
- a new instance of
GkeonpremBareMetalAdminClusterControlPlaneApiServerArgs - Throws:
NullPointerException- if any required attribute was not provided
-
-