Class ListVpcsOptions.Builder

    • Constructor Detail

      • Builder

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

      • build

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

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

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

        public ListVpcsOptions.Builder resourceGroupId​(String resourceGroupId)
        Set the resourceGroupId.
        Parameters:
        resourceGroupId - the resourceGroupId
        Returns:
        the ListVpcsOptions builder
      • classicAccess

        public ListVpcsOptions.Builder classicAccess​(Boolean classicAccess)
        Set the classicAccess.
        Parameters:
        classicAccess - the classicAccess
        Returns:
        the ListVpcsOptions builder