Class UserGroupState.Builder

  • Enclosing class:
    UserGroupState

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

      • Builder

        public Builder()
    • Method Detail

      • arn

        public UserGroupState.Builder arn​(@Nullable
                                          com.pulumi.core.Output<java.lang.String> arn)
        Parameters:
        arn - The ARN that identifies the user group.
        Returns:
        builder
      • arn

        public UserGroupState.Builder arn​(java.lang.String arn)
        Parameters:
        arn - The ARN that identifies the user group.
        Returns:
        builder
      • engine

        public UserGroupState.Builder engine​(@Nullable
                                             com.pulumi.core.Output<java.lang.String> engine)
        Parameters:
        engine - The current supported value is `REDIS`.
        Returns:
        builder
      • engine

        public UserGroupState.Builder engine​(java.lang.String engine)
        Parameters:
        engine - The current supported value is `REDIS`.
        Returns:
        builder
      • tags

        public UserGroupState.Builder tags​(@Nullable
                                           com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>> tags)
        Parameters:
        tags - Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
        Returns:
        builder
      • tags

        public UserGroupState.Builder tags​(java.util.Map<java.lang.String,​java.lang.String> tags)
        Parameters:
        tags - Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
        Returns:
        builder
      • tagsAll

        @Deprecated
        public UserGroupState.Builder tagsAll​(@Nullable
                                              com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>> tagsAll)
        Deprecated.
        Please use `tags` instead.
        Parameters:
        tagsAll - A map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.
        Returns:
        builder
      • tagsAll

        @Deprecated
        public UserGroupState.Builder tagsAll​(java.util.Map<java.lang.String,​java.lang.String> tagsAll)
        Deprecated.
        Please use `tags` instead.
        Parameters:
        tagsAll - A map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.
        Returns:
        builder
      • userGroupId

        public UserGroupState.Builder userGroupId​(@Nullable
                                                  com.pulumi.core.Output<java.lang.String> userGroupId)
        Parameters:
        userGroupId - The ID of the user group. The following arguments are optional:
        Returns:
        builder
      • userGroupId

        public UserGroupState.Builder userGroupId​(java.lang.String userGroupId)
        Parameters:
        userGroupId - The ID of the user group. The following arguments are optional:
        Returns:
        builder
      • userIds

        public UserGroupState.Builder userIds​(@Nullable
                                              com.pulumi.core.Output<java.util.List<java.lang.String>> userIds)
        Parameters:
        userIds - The list of user IDs that belong to the user group.
        Returns:
        builder
      • userIds

        public UserGroupState.Builder userIds​(java.util.List<java.lang.String> userIds)
        Parameters:
        userIds - The list of user IDs that belong to the user group.
        Returns:
        builder
      • userIds

        public UserGroupState.Builder userIds​(java.lang.String... userIds)
        Parameters:
        userIds - The list of user IDs that belong to the user group.
        Returns:
        builder