public static class ListLinksRequest.Builder extends Object implements BmcRequest.Builder<ListLinksRequest,Void>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ListLinksRequest |
build()
Build the instance of ListLinksRequest as configured by this builder
|
ListLinksRequest |
buildWithoutInvocationCallback()
Build the instance of ListLinksRequest as configured by this builder
|
ListLinksRequest.Builder |
childTenancyId(String childTenancyId)
The ID of the child tenancy this link is associated with.
|
ListLinksRequest.Builder |
copy(ListLinksRequest o)
Copy method to populate the builder with values from the given instance.
|
ListLinksRequest.Builder |
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
ListLinksRequest.Builder |
lifecycleState(LifecycleState lifecycleState)
The lifecycle state of the resource.
|
ListLinksRequest.Builder |
limit(Integer limit)
The maximum number of items to return.
|
ListLinksRequest.Builder |
opcRequestId(String opcRequestId)
The client request ID for tracing.
|
ListLinksRequest.Builder |
page(String page)
The page token representing the page at which to start retrieving results.
|
ListLinksRequest.Builder |
parentTenancyId(String parentTenancyId)
The ID of the parent tenancy this link is associated with.
|
ListLinksRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListLinksRequest.Builder |
sortOrder(SortOrder sortOrder)
The sort order to use, whether ‘asc’ or ‘desc’.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
body$
public ListLinksRequest.Builder parentTenancyId(String parentTenancyId)
The ID of the parent tenancy this link is associated with.
parentTenancyId
- the value to setpublic ListLinksRequest.Builder childTenancyId(String childTenancyId)
The ID of the child tenancy this link is associated with.
childTenancyId
- the value to setpublic ListLinksRequest.Builder lifecycleState(LifecycleState lifecycleState)
The lifecycle state of the resource.
lifecycleState
- the value to setpublic ListLinksRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.
opcRequestId
- the value to setpublic ListLinksRequest.Builder page(String page)
The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
page
- the value to setpublic ListLinksRequest.Builder limit(Integer limit)
The maximum number of items to return.
limit
- the value to setpublic ListLinksRequest.Builder sortOrder(SortOrder sortOrder)
The sort order to use, whether ‘asc’ or ‘desc’.
sortOrder
- the value to setpublic ListLinksRequest.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 ListLinksRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic ListLinksRequest.Builder copy(ListLinksRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<ListLinksRequest,Void>
o
- other request from which to copy valuespublic ListLinksRequest build()
Build the instance of ListLinksRequest 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<ListLinksRequest,Void>
public ListLinksRequest buildWithoutInvocationCallback()
Build the instance of ListLinksRequest 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.