Class ClouddeployTargetAnthosCluster.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.clouddeploy_target.ClouddeployTargetAnthosCluster.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<ClouddeployTargetAnthosCluster>
- Enclosing interface:
- ClouddeployTargetAnthosCluster
@Stability(Stable) public static final class ClouddeployTargetAnthosCluster.Builder extends Object implements software.amazon.jsii.Builder<ClouddeployTargetAnthosCluster>
A builder forClouddeployTargetAnthosCluster
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClouddeployTargetAnthosClusterbuild()Builds the configured instance.ClouddeployTargetAnthosCluster.Buildermembership(String membership)Sets the value ofClouddeployTargetAnthosCluster.getMembership()
-
-
-
Method Detail
-
membership
@Stability(Stable) public ClouddeployTargetAnthosCluster.Builder membership(String membership)
Sets the value ofClouddeployTargetAnthosCluster.getMembership()- Parameters:
membership- Membership of the GKE Hub-registered cluster to which to apply the Skaffold configuration. Format isprojects/{project}/locations/{location}/memberships/{membership_name}. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_target#membership ClouddeployTarget#membership}- Returns:
this
-
build
@Stability(Stable) public ClouddeployTargetAnthosCluster build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ClouddeployTargetAnthosCluster>- Returns:
- a new instance of
ClouddeployTargetAnthosCluster - Throws:
NullPointerException- if any required attribute was not provided
-
-