Class GkeonpremBareMetalAdminClusterProxy.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.gkeonprem_bare_metal_admin_cluster.GkeonpremBareMetalAdminClusterProxy.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<GkeonpremBareMetalAdminClusterProxy>
- Enclosing interface:
- GkeonpremBareMetalAdminClusterProxy
@Stability(Stable) public static final class GkeonpremBareMetalAdminClusterProxy.Builder extends Object implements software.amazon.jsii.Builder<GkeonpremBareMetalAdminClusterProxy>
A builder forGkeonpremBareMetalAdminClusterProxy
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GkeonpremBareMetalAdminClusterProxybuild()Builds the configured instance.GkeonpremBareMetalAdminClusterProxy.BuildernoProxy(List<String> noProxy)Sets the value ofGkeonpremBareMetalAdminClusterProxy.getNoProxy()GkeonpremBareMetalAdminClusterProxy.Builderuri(String uri)Sets the value ofGkeonpremBareMetalAdminClusterProxy.getUri()
-
-
-
Method Detail
-
uri
@Stability(Stable) public GkeonpremBareMetalAdminClusterProxy.Builder uri(String uri)
Sets the value ofGkeonpremBareMetalAdminClusterProxy.getUri()- Parameters:
uri- Specifies the address of your proxy server. This parameter is required. For Example: http://domain WARNING: Do not provide credentials in the format of http://(username:password@)domain these will be rejected by the server. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_bare_metal_admin_cluster#uri GkeonpremBareMetalAdminCluster#uri}- Returns:
this
-
noProxy
@Stability(Stable) public GkeonpremBareMetalAdminClusterProxy.Builder noProxy(List<String> noProxy)
Sets the value ofGkeonpremBareMetalAdminClusterProxy.getNoProxy()- Parameters:
noProxy- A list of IPs, hostnames, and domains that should skip the proxy. For example: ["127.0.0.1", "example.com", ".corp", "localhost"]. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_bare_metal_admin_cluster#no_proxy GkeonpremBareMetalAdminCluster#no_proxy}- Returns:
this
-
build
@Stability(Stable) public GkeonpremBareMetalAdminClusterProxy build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<GkeonpremBareMetalAdminClusterProxy>- Returns:
- a new instance of
GkeonpremBareMetalAdminClusterProxy - Throws:
NullPointerException- if any required attribute was not provided
-
-