public static class ListSteeringPoliciesRequest.Builder extends Object implements BmcRequest.Builder<ListSteeringPoliciesRequest,Void>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ListSteeringPoliciesRequest |
build()
Build the instance of ListSteeringPoliciesRequest as configured by this builder
|
ListSteeringPoliciesRequest |
buildWithoutInvocationCallback()
Build the instance of ListSteeringPoliciesRequest as configured by this builder
|
ListSteeringPoliciesRequest.Builder |
compartmentId(String compartmentId)
The OCID of the compartment the resource belongs to.
|
ListSteeringPoliciesRequest.Builder |
copy(ListSteeringPoliciesRequest o)
Copy method to populate the builder with values from the given instance.
|
ListSteeringPoliciesRequest.Builder |
displayName(String displayName)
The displayName of a resource.
|
ListSteeringPoliciesRequest.Builder |
displayNameContains(String displayNameContains)
The partial displayName of a resource.
|
ListSteeringPoliciesRequest.Builder |
healthCheckMonitorId(String healthCheckMonitorId)
Search by health check monitor OCID.
|
ListSteeringPoliciesRequest.Builder |
id(String id)
The OCID of a resource.
|
ListSteeringPoliciesRequest.Builder |
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
ListSteeringPoliciesRequest.Builder |
lifecycleState(SteeringPolicySummary.LifecycleState lifecycleState)
The state of a resource.
|
ListSteeringPoliciesRequest.Builder |
limit(Long limit)
The maximum number of items to return in a page of the collection.
|
ListSteeringPoliciesRequest.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
ListSteeringPoliciesRequest.Builder |
page(String page)
The value of the
opc-next-page response header from the previous “List” call. |
ListSteeringPoliciesRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListSteeringPoliciesRequest.Builder |
scope(Scope scope)
Specifies to operate only on resources that have a matching DNS scope.
|
ListSteeringPoliciesRequest.Builder |
sortBy(ListSteeringPoliciesRequest.SortBy sortBy)
The field by which to sort steering policies.
|
ListSteeringPoliciesRequest.Builder |
sortOrder(SortOrder sortOrder)
The order to sort the resources.
|
ListSteeringPoliciesRequest.Builder |
template(String template)
Search by steering template type.
|
ListSteeringPoliciesRequest.Builder |
timeCreatedGreaterThanOrEqualTo(Date timeCreatedGreaterThanOrEqualTo)
An RFC 3339 timestamp that states all returned
resources were created on or after the indicated time.
|
ListSteeringPoliciesRequest.Builder |
timeCreatedLessThan(Date timeCreatedLessThan)
An RFC 3339 timestamp that states all returned
resources were created before the indicated time.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
body$
public ListSteeringPoliciesRequest.Builder compartmentId(String compartmentId)
The OCID of the compartment the resource belongs to.
compartmentId
- the value to setpublic ListSteeringPoliciesRequest.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.
opcRequestId
- the value to setpublic ListSteeringPoliciesRequest.Builder limit(Long limit)
The maximum number of items to return in a page of the collection.
limit
- the value to setpublic ListSteeringPoliciesRequest.Builder page(String page)
The value of the opc-next-page
response header from the previous “List” call.
page
- the value to setpublic ListSteeringPoliciesRequest.Builder id(String id)
The OCID of a resource.
id
- the value to setpublic ListSteeringPoliciesRequest.Builder displayName(String displayName)
The displayName of a resource.
displayName
- the value to setpublic ListSteeringPoliciesRequest.Builder displayNameContains(String displayNameContains)
The partial displayName of a resource. Will match any resource whose name (case-insensitive) contains the provided value.
displayNameContains
- the value to setpublic ListSteeringPoliciesRequest.Builder healthCheckMonitorId(String healthCheckMonitorId)
Search by health check monitor OCID. Will match any resource whose health check monitor ID matches the provided value.
healthCheckMonitorId
- the value to setpublic ListSteeringPoliciesRequest.Builder timeCreatedGreaterThanOrEqualTo(Date timeCreatedGreaterThanOrEqualTo)
An RFC 3339 timestamp that states all returned resources were created on or after the indicated time.
timeCreatedGreaterThanOrEqualTo
- the value to setpublic ListSteeringPoliciesRequest.Builder timeCreatedLessThan(Date timeCreatedLessThan)
An RFC 3339 timestamp that states all returned resources were created before the indicated time.
timeCreatedLessThan
- the value to setpublic ListSteeringPoliciesRequest.Builder template(String template)
Search by steering template type. Will match any resource whose template type matches the provided value.
template
- the value to setpublic ListSteeringPoliciesRequest.Builder lifecycleState(SteeringPolicySummary.LifecycleState lifecycleState)
The state of a resource.
lifecycleState
- the value to setpublic ListSteeringPoliciesRequest.Builder sortBy(ListSteeringPoliciesRequest.SortBy sortBy)
The field by which to sort steering policies. If unspecified, defaults to timeCreated
.
sortBy
- the value to setpublic ListSteeringPoliciesRequest.Builder sortOrder(SortOrder sortOrder)
The order to sort the resources.
sortOrder
- the value to setpublic ListSteeringPoliciesRequest.Builder scope(Scope scope)
Specifies to operate only on resources that have a matching DNS scope.
scope
- the value to setpublic ListSteeringPoliciesRequest.Builder invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
invocationCallback
- the invocation callback to be set for the requestpublic ListSteeringPoliciesRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic ListSteeringPoliciesRequest.Builder copy(ListSteeringPoliciesRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<ListSteeringPoliciesRequest,Void>
o
- other request from which to copy valuespublic ListSteeringPoliciesRequest build()
Build the instance of ListSteeringPoliciesRequest as configured by this builder
Note that this method takes calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account,
while the method buildWithoutInvocationCallback()
does not.
This is the preferred method to build an instance.
build
in interface BmcRequest.Builder<ListSteeringPoliciesRequest,Void>
public ListSteeringPoliciesRequest buildWithoutInvocationCallback()
Build the instance of ListSteeringPoliciesRequest as configured by this builder
Note that this method does not take calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account,
while the method build()
does
Copyright © 2016–2024. All rights reserved.