Class IamWorkforcePoolAccessRestrictionsAllowedServices.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.iam_workforce_pool.IamWorkforcePoolAccessRestrictionsAllowedServices.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<IamWorkforcePoolAccessRestrictionsAllowedServices>
- Enclosing interface:
- IamWorkforcePoolAccessRestrictionsAllowedServices
@Stability(Stable) public static final class IamWorkforcePoolAccessRestrictionsAllowedServices.Builder extends Object implements software.amazon.jsii.Builder<IamWorkforcePoolAccessRestrictionsAllowedServices>
A builder forIamWorkforcePoolAccessRestrictionsAllowedServices
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IamWorkforcePoolAccessRestrictionsAllowedServicesbuild()Builds the configured instance.IamWorkforcePoolAccessRestrictionsAllowedServices.Builderdomain(String domain)Sets the value ofIamWorkforcePoolAccessRestrictionsAllowedServices.getDomain()
-
-
-
Method Detail
-
domain
@Stability(Stable) public IamWorkforcePoolAccessRestrictionsAllowedServices.Builder domain(String domain)
Sets the value ofIamWorkforcePoolAccessRestrictionsAllowedServices.getDomain()- Parameters:
domain- Domain name of the service. Example: console.cloud.google. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/iam_workforce_pool#domain IamWorkforcePool#domain}- Returns:
this
-
build
@Stability(Stable) public IamWorkforcePoolAccessRestrictionsAllowedServices build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<IamWorkforcePoolAccessRestrictionsAllowedServices>- Returns:
- a new instance of
IamWorkforcePoolAccessRestrictionsAllowedServices - Throws:
NullPointerException- if any required attribute was not provided
-
-