public static class ListSteeringPolicyAttachmentsRequest.Builder extends Object implements BmcRequest.Builder<ListSteeringPolicyAttachmentsRequest,Void>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ListSteeringPolicyAttachmentsRequest |
build()
Build the instance of ListSteeringPolicyAttachmentsRequest as configured by this builder
|
ListSteeringPolicyAttachmentsRequest |
buildWithoutInvocationCallback()
Build the instance of ListSteeringPolicyAttachmentsRequest as configured by this builder
|
ListSteeringPolicyAttachmentsRequest.Builder |
compartmentId(String compartmentId)
The OCID of the compartment the resource belongs to.
|
ListSteeringPolicyAttachmentsRequest.Builder |
copy(ListSteeringPolicyAttachmentsRequest o)
Copy method to populate the builder with values from the given instance.
|
ListSteeringPolicyAttachmentsRequest.Builder |
displayName(String displayName)
The displayName of a resource.
|
ListSteeringPolicyAttachmentsRequest.Builder |
domain(String domain)
Search by domain.
|
ListSteeringPolicyAttachmentsRequest.Builder |
domainContains(String domainContains)
Search by domain.
|
ListSteeringPolicyAttachmentsRequest.Builder |
id(String id)
The OCID of a resource.
|
ListSteeringPolicyAttachmentsRequest.Builder |
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
ListSteeringPolicyAttachmentsRequest.Builder |
lifecycleState(SteeringPolicyAttachmentSummary.LifecycleState lifecycleState)
The state of a resource.
|
ListSteeringPolicyAttachmentsRequest.Builder |
limit(Long limit)
The maximum number of items to return in a page of the collection.
|
ListSteeringPolicyAttachmentsRequest.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
ListSteeringPolicyAttachmentsRequest.Builder |
page(String page)
The value of the
opc-next-page response header from the previous “List” call. |
ListSteeringPolicyAttachmentsRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListSteeringPolicyAttachmentsRequest.Builder |
scope(Scope scope)
Specifies to operate only on resources that have a matching DNS scope.
|
ListSteeringPolicyAttachmentsRequest.Builder |
sortBy(ListSteeringPolicyAttachmentsRequest.SortBy sortBy)
The field by which to sort steering policy attachments.
|
ListSteeringPolicyAttachmentsRequest.Builder |
sortOrder(SortOrder sortOrder)
The order to sort the resources.
|
ListSteeringPolicyAttachmentsRequest.Builder |
steeringPolicyId(String steeringPolicyId)
Search by steering policy OCID.
|
ListSteeringPolicyAttachmentsRequest.Builder |
timeCreatedGreaterThanOrEqualTo(Date timeCreatedGreaterThanOrEqualTo)
An RFC 3339 timestamp that states all returned
resources were created on or after the indicated time.
|
ListSteeringPolicyAttachmentsRequest.Builder |
timeCreatedLessThan(Date timeCreatedLessThan)
An RFC 3339 timestamp that states all returned
resources were created before the indicated time.
|
ListSteeringPolicyAttachmentsRequest.Builder |
zoneId(String zoneId)
Search by zone OCID.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
body$
public ListSteeringPolicyAttachmentsRequest.Builder compartmentId(String compartmentId)
The OCID of the compartment the resource belongs to.
compartmentId
- the value to setpublic ListSteeringPolicyAttachmentsRequest.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 ListSteeringPolicyAttachmentsRequest.Builder limit(Long limit)
The maximum number of items to return in a page of the collection.
limit
- the value to setpublic ListSteeringPolicyAttachmentsRequest.Builder page(String page)
The value of the opc-next-page
response header from the previous “List” call.
page
- the value to setpublic ListSteeringPolicyAttachmentsRequest.Builder id(String id)
The OCID of a resource.
id
- the value to setpublic ListSteeringPolicyAttachmentsRequest.Builder displayName(String displayName)
The displayName of a resource.
displayName
- the value to setpublic ListSteeringPolicyAttachmentsRequest.Builder steeringPolicyId(String steeringPolicyId)
Search by steering policy OCID. Will match any resource whose steering policy ID matches the provided value.
steeringPolicyId
- the value to setpublic ListSteeringPolicyAttachmentsRequest.Builder zoneId(String zoneId)
Search by zone OCID. Will match any resource whose zone ID matches the provided value.
zoneId
- the value to setpublic ListSteeringPolicyAttachmentsRequest.Builder domain(String domain)
Search by domain. Will match any record whose domain (case-insensitive) equals the provided value.
domain
- the value to setpublic ListSteeringPolicyAttachmentsRequest.Builder domainContains(String domainContains)
Search by domain. Will match any record whose domain (case-insensitive) contains the provided value.
domainContains
- the value to setpublic ListSteeringPolicyAttachmentsRequest.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 ListSteeringPolicyAttachmentsRequest.Builder timeCreatedLessThan(Date timeCreatedLessThan)
An RFC 3339 timestamp that states all returned resources were created before the indicated time.
timeCreatedLessThan
- the value to setpublic ListSteeringPolicyAttachmentsRequest.Builder lifecycleState(SteeringPolicyAttachmentSummary.LifecycleState lifecycleState)
The state of a resource.
lifecycleState
- the value to setpublic ListSteeringPolicyAttachmentsRequest.Builder sortBy(ListSteeringPolicyAttachmentsRequest.SortBy sortBy)
The field by which to sort steering policy attachments. If unspecified, defaults to
timeCreated
.
sortBy
- the value to setpublic ListSteeringPolicyAttachmentsRequest.Builder sortOrder(SortOrder sortOrder)
The order to sort the resources.
sortOrder
- the value to setpublic ListSteeringPolicyAttachmentsRequest.Builder scope(Scope scope)
Specifies to operate only on resources that have a matching DNS scope.
scope
- the value to setpublic ListSteeringPolicyAttachmentsRequest.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 ListSteeringPolicyAttachmentsRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic ListSteeringPolicyAttachmentsRequest.Builder copy(ListSteeringPolicyAttachmentsRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<ListSteeringPolicyAttachmentsRequest,Void>
o
- other request from which to copy valuespublic ListSteeringPolicyAttachmentsRequest build()
Build the instance of ListSteeringPolicyAttachmentsRequest 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<ListSteeringPolicyAttachmentsRequest,Void>
public ListSteeringPolicyAttachmentsRequest buildWithoutInvocationCallback()
Build the instance of ListSteeringPolicyAttachmentsRequest 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.