Class GroupAdditionalGroupKeyArgs.Builder
- java.lang.Object
-
- com.pulumi.gcp.cloudidentity.inputs.GroupAdditionalGroupKeyArgs.Builder
-
- Enclosing class:
- GroupAdditionalGroupKeyArgs
public static final class GroupAdditionalGroupKeyArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(GroupAdditionalGroupKeyArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GroupAdditionalGroupKeyArgs
build()
GroupAdditionalGroupKeyArgs.Builder
id(com.pulumi.core.Output<java.lang.String> id)
GroupAdditionalGroupKeyArgs.Builder
id(java.lang.String id)
GroupAdditionalGroupKeyArgs.Builder
namespace(com.pulumi.core.Output<java.lang.String> namespace)
GroupAdditionalGroupKeyArgs.Builder
namespace(java.lang.String namespace)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(GroupAdditionalGroupKeyArgs defaults)
-
-
Method Detail
-
id
public GroupAdditionalGroupKeyArgs.Builder id(@Nullable com.pulumi.core.Output<java.lang.String> id)
- Parameters:
id
- The ID of the entity. 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.- Returns:
- builder
-
id
public GroupAdditionalGroupKeyArgs.Builder id(java.lang.String id)
- Parameters:
id
- The ID of the entity. 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.- Returns:
- builder
-
namespace
public GroupAdditionalGroupKeyArgs.Builder namespace(@Nullable com.pulumi.core.Output<java.lang.String> namespace)
- 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}`. ***- Returns:
- builder
-
namespace
public GroupAdditionalGroupKeyArgs.Builder namespace(java.lang.String namespace)
- 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}`. ***- Returns:
- builder
-
build
public GroupAdditionalGroupKeyArgs build()
-
-