Class GetGroupPlainArgs.Builder

  • Enclosing class:
    GetGroupPlainArgs

    public static final class GetGroupPlainArgs.Builder
    extends java.lang.Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • alternateIdentifier

        public GetGroupPlainArgs.Builder alternateIdentifier​(@Nullable
                                                             GetGroupAlternateIdentifier alternateIdentifier)
        Parameters:
        alternateIdentifier - A unique identifier for the group that is not the primary identifier. Conflicts with `group_id` and `filter`. Detailed below.
        Returns:
        builder
      • filter

        @Deprecated
        public GetGroupPlainArgs.Builder filter​(@Nullable
                                                GetGroupFilter filter)
        Deprecated.
        Use the alternate_identifier attribute instead.
        Parameters:
        filter - Configuration block for filtering by a unique attribute of the group. Detailed below.
        Returns:
        builder
      • groupId

        public GetGroupPlainArgs.Builder groupId​(@Nullable
                                                 java.lang.String groupId)
        Parameters:
        groupId - The identifier for a group in the Identity Store. > Exactly one of the above arguments must be provided. Passing both `filter` and `group_id` is allowed for backwards compatibility.
        Returns:
        builder
      • identityStoreId

        public GetGroupPlainArgs.Builder identityStoreId​(java.lang.String identityStoreId)
        Parameters:
        identityStoreId - Identity Store ID associated with the Single Sign-On Instance. The following arguments are optional:
        Returns:
        builder