Class GkeonpremBareMetalClusterProxy.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.gkeonprem_bare_metal_cluster.GkeonpremBareMetalClusterProxy.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<GkeonpremBareMetalClusterProxy>
- Enclosing interface:
- GkeonpremBareMetalClusterProxy
@Stability(Stable) public static final class GkeonpremBareMetalClusterProxy.Builder extends Object implements software.amazon.jsii.Builder<GkeonpremBareMetalClusterProxy>
A builder forGkeonpremBareMetalClusterProxy
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GkeonpremBareMetalClusterProxybuild()Builds the configured instance.GkeonpremBareMetalClusterProxy.BuildernoProxy(List<String> noProxy)Sets the value ofGkeonpremBareMetalClusterProxy.getNoProxy()GkeonpremBareMetalClusterProxy.Builderuri(String uri)Sets the value ofGkeonpremBareMetalClusterProxy.getUri()
-
-
-
Method Detail
-
uri
@Stability(Stable) public GkeonpremBareMetalClusterProxy.Builder uri(String uri)
Sets the value ofGkeonpremBareMetalClusterProxy.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_cluster#uri GkeonpremBareMetalCluster#uri}- Returns:
this
-
noProxy
@Stability(Stable) public GkeonpremBareMetalClusterProxy.Builder noProxy(List<String> noProxy)
Sets the value ofGkeonpremBareMetalClusterProxy.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_cluster#no_proxy GkeonpremBareMetalCluster#no_proxy}- Returns:
this
-
build
@Stability(Stable) public GkeonpremBareMetalClusterProxy build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<GkeonpremBareMetalClusterProxy>- Returns:
- a new instance of
GkeonpremBareMetalClusterProxy - Throws:
NullPointerException- if any required attribute was not provided
-
-