Class ListResourceKeysOptions.Builder

  • Enclosing class:
    ListResourceKeysOptions

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

      • Builder

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

      • build

        public ListResourceKeysOptions build()
        Builds a ListResourceKeysOptions.
        Returns:
        the new ListResourceKeysOptions instance
      • guid

        public ListResourceKeysOptions.Builder guid​(java.lang.String guid)
        Set the guid.
        Parameters:
        guid - the guid
        Returns:
        the ListResourceKeysOptions builder
      • name

        public ListResourceKeysOptions.Builder name​(java.lang.String name)
        Set the name.
        Parameters:
        name - the name
        Returns:
        the ListResourceKeysOptions builder
      • resourceGroupId

        public ListResourceKeysOptions.Builder resourceGroupId​(java.lang.String resourceGroupId)
        Set the resourceGroupId.
        Parameters:
        resourceGroupId - the resourceGroupId
        Returns:
        the ListResourceKeysOptions builder
      • resourceId

        public ListResourceKeysOptions.Builder resourceId​(java.lang.String resourceId)
        Set the resourceId.
        Parameters:
        resourceId - the resourceId
        Returns:
        the ListResourceKeysOptions builder
      • limit

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

        public ListResourceKeysOptions.Builder start​(java.lang.String start)
        Set the start.
        Parameters:
        start - the start
        Returns:
        the ListResourceKeysOptions builder
      • updatedFrom

        public ListResourceKeysOptions.Builder updatedFrom​(java.lang.String updatedFrom)
        Set the updatedFrom.
        Parameters:
        updatedFrom - the updatedFrom
        Returns:
        the ListResourceKeysOptions builder
      • updatedTo

        public ListResourceKeysOptions.Builder updatedTo​(java.lang.String updatedTo)
        Set the updatedTo.
        Parameters:
        updatedTo - the updatedTo
        Returns:
        the ListResourceKeysOptions builder