Class GroupState.Builder

  • Enclosing class:
    GroupState

    public static final class GroupState.Builder
    extends java.lang.Object
    • 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