public static class ListSteeringPoliciesRequest.Builder extends Object
public ListSteeringPoliciesRequest.Builder invocationCallback(com.oracle.bmc.util.internal.Consumer<javax.ws.rs.client.Invocation.Builder> 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.
public ListSteeringPoliciesRequest build()
Build the instance of ListSteeringPoliciesRequest as configured by this builder
Note that this method takes calls to invocationCallback(com.oracle.bmc.util.internal.Consumer)
into account, while the method buildWithoutInvocationCallback()
does not.
This is the preferred method to build an instance.
public ListSteeringPoliciesRequest.Builder compartmentId(String compartmentId)
public ListSteeringPoliciesRequest.Builder opcRequestId(String opcRequestId)
public ListSteeringPoliciesRequest.Builder limit(Long limit)
public ListSteeringPoliciesRequest.Builder page(String page)
public ListSteeringPoliciesRequest.Builder id(String id)
public ListSteeringPoliciesRequest.Builder displayName(String displayName)
public ListSteeringPoliciesRequest.Builder displayNameContains(String displayNameContains)
public ListSteeringPoliciesRequest.Builder healthCheckMonitorId(String healthCheckMonitorId)
public ListSteeringPoliciesRequest.Builder timeCreatedGreaterThanOrEqualTo(Date timeCreatedGreaterThanOrEqualTo)
public ListSteeringPoliciesRequest.Builder timeCreatedLessThan(Date timeCreatedLessThan)
public ListSteeringPoliciesRequest.Builder template(String template)
public ListSteeringPoliciesRequest.Builder lifecycleState(SteeringPolicySummary.LifecycleState lifecycleState)
public ListSteeringPoliciesRequest.Builder sortBy(ListSteeringPoliciesRequest.SortBy sortBy)
public ListSteeringPoliciesRequest.Builder sortOrder(SortOrder sortOrder)
public ListSteeringPoliciesRequest buildWithoutInvocationCallback()
Copyright © 2016–2020. All rights reserved.