Class CloudIdentityGroupMembershipPreferredMemberKey.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.cloud_identity_group_membership.CloudIdentityGroupMembershipPreferredMemberKey.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<CloudIdentityGroupMembershipPreferredMemberKey>
- Enclosing interface:
- CloudIdentityGroupMembershipPreferredMemberKey
@Stability(Stable) public static final class CloudIdentityGroupMembershipPreferredMemberKey.Builder extends Object implements software.amazon.jsii.Builder<CloudIdentityGroupMembershipPreferredMemberKey>
A builder forCloudIdentityGroupMembershipPreferredMemberKey
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CloudIdentityGroupMembershipPreferredMemberKeybuild()Builds the configured instance.CloudIdentityGroupMembershipPreferredMemberKey.Builderid(String id)Sets the value ofCloudIdentityGroupMembershipPreferredMemberKey.getId()CloudIdentityGroupMembershipPreferredMemberKey.Buildernamespace(String namespace)Sets the value ofCloudIdentityGroupMembershipPreferredMemberKey.getNamespace()
-
-
-
Method Detail
-
id
@Stability(Stable) public CloudIdentityGroupMembershipPreferredMemberKey.Builder id(String id)
Sets the value ofCloudIdentityGroupMembershipPreferredMemberKey.getId()- Parameters:
id- The ID of the entity. This parameter is required. For Google-managed entities, the id must be the email address of an existing group or user. For external-identity-mapped entities, the id must be a string conforming to the Identity Source's requirements. Must be unique within a namespace. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_identity_group_membership#id CloudIdentityGroupMembership#id} Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.- Returns:
this
-
namespace
@Stability(Stable) public CloudIdentityGroupMembershipPreferredMemberKey.Builder namespace(String namespace)
Sets the value ofCloudIdentityGroupMembershipPreferredMemberKey.getNamespace()- Parameters:
namespace- The namespace in which the entity exists. If not specified, the EntityKey represents a Google-managed entity such as a Google user or a Google Group. If specified, the EntityKey represents an external-identity-mapped group. The namespace must correspond to an identity source created in Admin Console and must be in the form of 'identitysources/{identity_source_id}'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_identity_group_membership#namespace CloudIdentityGroupMembership#namespace}- Returns:
this
-
build
@Stability(Stable) public CloudIdentityGroupMembershipPreferredMemberKey build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CloudIdentityGroupMembershipPreferredMemberKey>- Returns:
- a new instance of
CloudIdentityGroupMembershipPreferredMemberKey - Throws:
NullPointerException- if any required attribute was not provided
-
-