Class GroupState.Builder
- java.lang.Object
-
- com.pulumi.aws.identitystore.inputs.GroupState.Builder
-
- Enclosing class:
- GroupState
public static final class GroupState.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(GroupState defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GroupState
build()
GroupState.Builder
description(com.pulumi.core.Output<java.lang.String> description)
GroupState.Builder
description(java.lang.String description)
GroupState.Builder
displayName(com.pulumi.core.Output<java.lang.String> displayName)
GroupState.Builder
displayName(java.lang.String displayName)
GroupState.Builder
externalIds(GroupExternalIdArgs... externalIds)
GroupState.Builder
externalIds(com.pulumi.core.Output<java.util.List<GroupExternalIdArgs>> externalIds)
GroupState.Builder
externalIds(java.util.List<GroupExternalIdArgs> externalIds)
GroupState.Builder
groupId(com.pulumi.core.Output<java.lang.String> groupId)
GroupState.Builder
groupId(java.lang.String groupId)
GroupState.Builder
identityStoreId(com.pulumi.core.Output<java.lang.String> identityStoreId)
GroupState.Builder
identityStoreId(java.lang.String identityStoreId)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(GroupState defaults)
-
-
Method Detail
-
description
public GroupState.Builder description(@Nullable com.pulumi.core.Output<java.lang.String> description)
- Parameters:
description
- A string containing the description of the group.- Returns:
- builder
-
description
public GroupState.Builder description(java.lang.String description)
- Parameters:
description
- A string containing the description of the group.- Returns:
- builder
-
displayName
public GroupState.Builder displayName(@Nullable com.pulumi.core.Output<java.lang.String> displayName)
- Parameters:
displayName
- A string containing the name of the group. This value is commonly displayed when the group is referenced.- Returns:
- builder
-
displayName
public GroupState.Builder displayName(java.lang.String displayName)
- Parameters:
displayName
- A string containing the name of the group. This value is commonly displayed when the group is referenced.- Returns:
- builder
-
externalIds
public GroupState.Builder externalIds(@Nullable com.pulumi.core.Output<java.util.List<GroupExternalIdArgs>> externalIds)
- Parameters:
externalIds
- A list of external IDs that contains the identifiers issued to this resource by an external identity provider. See External IDs below.- Returns:
- builder
-
externalIds
public GroupState.Builder externalIds(java.util.List<GroupExternalIdArgs> externalIds)
- Parameters:
externalIds
- A list of external IDs that contains the identifiers issued to this resource by an external identity provider. See External IDs below.- Returns:
- builder
-
externalIds
public GroupState.Builder externalIds(GroupExternalIdArgs... externalIds)
- Parameters:
externalIds
- A list of external IDs that contains the identifiers issued to this resource by an external identity provider. See External IDs below.- Returns:
- builder
-
groupId
public GroupState.Builder groupId(@Nullable com.pulumi.core.Output<java.lang.String> groupId)
- Parameters:
groupId
- The identifier of the newly created group in the identity store.- Returns:
- builder
-
groupId
public GroupState.Builder groupId(java.lang.String groupId)
- Parameters:
groupId
- The identifier of the newly created group in the identity store.- Returns:
- builder
-
identityStoreId
public GroupState.Builder identityStoreId(@Nullable com.pulumi.core.Output<java.lang.String> identityStoreId)
- Parameters:
identityStoreId
- The globally unique identifier for the identity store. The following arguments are optional:- Returns:
- builder
-
identityStoreId
public GroupState.Builder identityStoreId(java.lang.String identityStoreId)
- Parameters:
identityStoreId
- The globally unique identifier for the identity store. The following arguments are optional:- Returns:
- builder
-
build
public GroupState build()
-
-