Class GkeHubMembershipAuthority.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.gke_hub_membership.GkeHubMembershipAuthority.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<GkeHubMembershipAuthority>
- Enclosing interface:
- GkeHubMembershipAuthority
@Stability(Stable) public static final class GkeHubMembershipAuthority.Builder extends Object implements software.amazon.jsii.Builder<GkeHubMembershipAuthority>
A builder forGkeHubMembershipAuthority
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GkeHubMembershipAuthoritybuild()Builds the configured instance.GkeHubMembershipAuthority.Builderissuer(String issuer)Sets the value ofGkeHubMembershipAuthority.getIssuer()
-
-
-
Method Detail
-
issuer
@Stability(Stable) public GkeHubMembershipAuthority.Builder issuer(String issuer)
Sets the value ofGkeHubMembershipAuthority.getIssuer()- Parameters:
issuer- A JSON Web Token (JWT) issuer URI. This parameter is required. 'issuer' must start with 'https://' and // be a valid with length <2000 characters. For example: 'https://container.googleapis.com/v1/projects/my-project/locations/us-west1/clusters/my-cluster' (must be 'locations' rather than 'zones'). If the cluster is provisioned with Terraform, this is '"https://container.googleapis.com/v1/${google_container_cluster.my-cluster.id}"'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_hub_membership#issuer GkeHubMembership#issuer}- Returns:
this
-
build
@Stability(Stable) public GkeHubMembershipAuthority build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<GkeHubMembershipAuthority>- Returns:
- a new instance of
GkeHubMembershipAuthority - Throws:
NullPointerException- if any required attribute was not provided
-
-