Class ListZonesRequest.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • compartmentId

        public ListZonesRequest.Builder compartmentId​(String compartmentId)
        The OCID of the compartment the resource belongs to.
        Parameters:
        compartmentId - the value to set
        Returns:
        this builder instance
      • opcRequestId

        public ListZonesRequest.Builder opcRequestId​(String opcRequestId)
        Unique Oracle-assigned identifier for the request.

        If you need to contact Oracle about a particular request, please provide the request ID.

        Parameters:
        opcRequestId - the value to set
        Returns:
        this builder instance
      • limit

        public ListZonesRequest.Builder limit​(Long limit)
        The maximum number of items to return in a page of the collection.
        Parameters:
        limit - the value to set
        Returns:
        this builder instance
      • page

        public ListZonesRequest.Builder page​(String page)
        The value of the opc-next-page response header from the previous “List” call.
        Parameters:
        page - the value to set
        Returns:
        this builder instance
      • name

        public ListZonesRequest.Builder name​(String name)
        A case-sensitive filter for zone names.

        Will match any zone with a name that equals the provided value.

        Parameters:
        name - the value to set
        Returns:
        this builder instance
      • nameContains

        public ListZonesRequest.Builder nameContains​(String nameContains)
        Search by zone name.

        Will match any zone whose name (case-insensitive) contains the provided value.

        Parameters:
        nameContains - the value to set
        Returns:
        this builder instance
      • zoneType

        public ListZonesRequest.Builder zoneType​(ListZonesRequest.ZoneType zoneType)
        Search by zone type, PRIMARY or SECONDARY.

        Will match any zone whose type equals the provided value.

        Parameters:
        zoneType - the value to set
        Returns:
        this builder instance
      • timeCreatedGreaterThanOrEqualTo

        public ListZonesRequest.Builder timeCreatedGreaterThanOrEqualTo​(Date timeCreatedGreaterThanOrEqualTo)
        An RFC 3339 timestamp that states all returned resources were created on or after the indicated time.
        Parameters:
        timeCreatedGreaterThanOrEqualTo - the value to set
        Returns:
        this builder instance
      • timeCreatedLessThan

        public ListZonesRequest.Builder timeCreatedLessThan​(Date timeCreatedLessThan)
        An RFC 3339 timestamp that states all returned resources were created before the indicated time.
        Parameters:
        timeCreatedLessThan - the value to set
        Returns:
        this builder instance
      • sortOrder

        public ListZonesRequest.Builder sortOrder​(SortOrder sortOrder)
        The order to sort the resources.
        Parameters:
        sortOrder - the value to set
        Returns:
        this builder instance
      • scope

        public ListZonesRequest.Builder scope​(Scope scope)
        Specifies to operate only on resources that have a matching DNS scope.
        Parameters:
        scope - the value to set
        Returns:
        this builder instance
      • viewId

        public ListZonesRequest.Builder viewId​(String viewId)
        The OCID of the view the resource is associated with.
        Parameters:
        viewId - the value to set
        Returns:
        this builder instance
      • tsigKeyId

        public ListZonesRequest.Builder tsigKeyId​(String tsigKeyId)
        Search for zones that are associated with a TSIG key.
        Parameters:
        tsigKeyId - the value to set
        Returns:
        this builder instance
      • dnssecState

        public ListZonesRequest.Builder dnssecState​(ZoneDnssecState dnssecState)
        Search for zones that have the given DnssecState.
        Parameters:
        dnssecState - the value to set
        Returns:
        this builder instance
      • invocationCallback

        public ListZonesRequest.Builder invocationCallback​(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
        Set the invocation callback for the request to be built.
        Parameters:
        invocationCallback - the invocation callback to be set for the request
        Returns:
        this builder instance
      • retryConfiguration

        public ListZonesRequest.Builder retryConfiguration​(RetryConfiguration retryConfiguration)
        Set the retry configuration for the request to be built.
        Parameters:
        retryConfiguration - the retry configuration to be used for the request
        Returns:
        this builder instance