Package com.pulumi.gcp.container.outputs
Class AttachedClusterProxyConfig.Builder
- java.lang.Object
-
- com.pulumi.gcp.container.outputs.AttachedClusterProxyConfig.Builder
-
- Enclosing class:
- AttachedClusterProxyConfig
public static final class AttachedClusterProxyConfig.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(AttachedClusterProxyConfig defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttachedClusterProxyConfig
build()
AttachedClusterProxyConfig.Builder
kubernetesSecret(AttachedClusterProxyConfigKubernetesSecret kubernetesSecret)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(AttachedClusterProxyConfig defaults)
-
-
Method Detail
-
kubernetesSecret
public AttachedClusterProxyConfig.Builder kubernetesSecret(@Nullable AttachedClusterProxyConfigKubernetesSecret kubernetesSecret)
-
build
public AttachedClusterProxyConfig build()
-
-