static ListZonesRequest.Builder |
ListZonesRequest.builder() |
Return a new builder for this request object.
|
ListZonesRequest.Builder |
ListZonesRequest.Builder.compartmentId(String compartmentId) |
The OCID of the compartment the resource belongs to.
|
ListZonesRequest.Builder |
ListZonesRequest.Builder.copy(ListZonesRequest o) |
Copy method to populate the builder with values from the given instance.
|
ListZonesRequest.Builder |
ListZonesRequest.Builder.dnssecState(ZoneDnssecState dnssecState) |
Search for zones that have the given DnssecState.
|
ListZonesRequest.Builder |
ListZonesRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) |
Set the invocation callback for the request to be built.
|
ListZonesRequest.Builder |
ListZonesRequest.Builder.lifecycleState(ListZonesRequest.LifecycleState lifecycleState) |
The state of a resource.
|
ListZonesRequest.Builder |
ListZonesRequest.Builder.limit(Long limit) |
The maximum number of items to return in a page of the collection.
|
ListZonesRequest.Builder |
ListZonesRequest.Builder.name(String name) |
A case-sensitive filter for zone names.
|
ListZonesRequest.Builder |
ListZonesRequest.Builder.nameContains(String nameContains) |
Search by zone name.
|
ListZonesRequest.Builder |
ListZonesRequest.Builder.opcRequestId(String opcRequestId) |
Unique Oracle-assigned identifier for the request.
|
ListZonesRequest.Builder |
ListZonesRequest.Builder.page(String page) |
The value of the opc-next-page response header from the previous “List” call.
|
ListZonesRequest.Builder |
ListZonesRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration) |
Set the retry configuration for the request to be built.
|
ListZonesRequest.Builder |
ListZonesRequest.Builder.scope(Scope scope) |
Specifies to operate only on resources that have a matching DNS scope.
|
ListZonesRequest.Builder |
ListZonesRequest.Builder.sortBy(ListZonesRequest.SortBy sortBy) |
The field by which to sort zones.
|
ListZonesRequest.Builder |
ListZonesRequest.Builder.sortOrder(SortOrder sortOrder) |
The order to sort the resources.
|
ListZonesRequest.Builder |
ListZonesRequest.Builder.timeCreatedGreaterThanOrEqualTo(Date timeCreatedGreaterThanOrEqualTo) |
An RFC 3339 timestamp that states all returned
resources were created on or after the indicated time.
|
ListZonesRequest.Builder |
ListZonesRequest.Builder.timeCreatedLessThan(Date timeCreatedLessThan) |
An RFC 3339 timestamp that states all returned
resources were created before the indicated time.
|
ListZonesRequest.Builder |
ListZonesRequest.toBuilder() |
|
ListZonesRequest.Builder |
ListZonesRequest.Builder.tsigKeyId(String tsigKeyId) |
Search for zones that are associated with a TSIG key.
|
ListZonesRequest.Builder |
ListZonesRequest.Builder.viewId(String viewId) |
The OCID of the view the resource is associated with.
|
ListZonesRequest.Builder |
ListZonesRequest.Builder.zoneType(ListZonesRequest.ZoneType zoneType) |
Search by zone type, PRIMARY or SECONDARY.
|