Class ContainerAttachedClusterOidcConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.container_attached_cluster.ContainerAttachedClusterOidcConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<ContainerAttachedClusterOidcConfig>
- Enclosing interface:
- ContainerAttachedClusterOidcConfig
@Stability(Stable) public static final class ContainerAttachedClusterOidcConfig.Builder extends Object implements software.amazon.jsii.Builder<ContainerAttachedClusterOidcConfig>
A builder forContainerAttachedClusterOidcConfig
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContainerAttachedClusterOidcConfigbuild()Builds the configured instance.ContainerAttachedClusterOidcConfig.BuilderissuerUrl(String issuerUrl)Sets the value ofContainerAttachedClusterOidcConfig.getIssuerUrl()ContainerAttachedClusterOidcConfig.Builderjwks(String jwks)Sets the value ofContainerAttachedClusterOidcConfig.getJwks()
-
-
-
Method Detail
-
issuerUrl
@Stability(Stable) public ContainerAttachedClusterOidcConfig.Builder issuerUrl(String issuerUrl)
Sets the value ofContainerAttachedClusterOidcConfig.getIssuerUrl()- Parameters:
issuerUrl- A JSON Web Token (JWT) issuer URI. 'issuer' must start with 'https://'. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_attached_cluster#issuer_url ContainerAttachedCluster#issuer_url}- Returns:
this
-
jwks
@Stability(Stable) public ContainerAttachedClusterOidcConfig.Builder jwks(String jwks)
Sets the value ofContainerAttachedClusterOidcConfig.getJwks()- Parameters:
jwks- OIDC verification keys in JWKS format (RFC 7517). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_attached_cluster#jwks ContainerAttachedCluster#jwks}- Returns:
this
-
build
@Stability(Stable) public ContainerAttachedClusterOidcConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ContainerAttachedClusterOidcConfig>- Returns:
- a new instance of
ContainerAttachedClusterOidcConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-