Class ListKeysOptions.Builder

    • Constructor Detail

      • Builder

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

      • build

        public ListKeysOptions build()
        Builds a ListKeysOptions.
        Returns:
        the new ListKeysOptions instance
      • start

        public ListKeysOptions.Builder start​(String start)
        Set the start.
        Parameters:
        start - the start
        Returns:
        the ListKeysOptions builder
      • limit

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

        public ListKeysOptions.Builder resourceGroupId​(String resourceGroupId)
        Set the resourceGroupId.
        Parameters:
        resourceGroupId - the resourceGroupId
        Returns:
        the ListKeysOptions builder