Class ListSecretsLocksOptions.Builder

    • Constructor Detail

      • Builder

        public Builder()
        Instantiates a new builder.
    • Method Detail

      • build

        public ListSecretsLocksOptions build()
        Builds a ListSecretsLocksOptions.
        Returns:
        the new ListSecretsLocksOptions instance
      • addGroups

        public ListSecretsLocksOptions.Builder addGroups​(String groups)
        Adds a new element to groups.
        Parameters:
        groups - the new element to be added
        Returns:
        the ListSecretsLocksOptions builder
      • offset

        public ListSecretsLocksOptions.Builder offset​(long offset)
        Set the offset.
        Parameters:
        offset - the offset
        Returns:
        the ListSecretsLocksOptions builder
      • limit

        public ListSecretsLocksOptions.Builder limit​(long limit)
        Set the limit.
        Parameters:
        limit - the limit
        Returns:
        the ListSecretsLocksOptions builder
      • groups

        public ListSecretsLocksOptions.Builder groups​(List<String> groups)
        Set the groups. Existing groups will be replaced.
        Parameters:
        groups - the groups
        Returns:
        the ListSecretsLocksOptions builder