public static class ListDatabaseParametersRequest.Builder extends Object implements BmcRequest.Builder<ListDatabaseParametersRequest,Void>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ListDatabaseParametersRequest |
build()
Build the instance of ListDatabaseParametersRequest as configured by this builder
|
ListDatabaseParametersRequest |
buildWithoutInvocationCallback()
Build the instance of ListDatabaseParametersRequest as configured by this builder
|
ListDatabaseParametersRequest.Builder |
copy(ListDatabaseParametersRequest o)
Copy method to populate the builder with values from the given instance.
|
ListDatabaseParametersRequest.Builder |
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
ListDatabaseParametersRequest.Builder |
isAllowedValuesIncluded(Boolean isAllowedValuesIncluded)
When true, results include a list of valid values for parameters (if applicable).
|
ListDatabaseParametersRequest.Builder |
managedDatabaseId(String managedDatabaseId)
The OCID of the
Managed Database.
|
ListDatabaseParametersRequest.Builder |
name(String name)
A filter to return all parameters that have the text given in their names.
|
ListDatabaseParametersRequest.Builder |
opcNamedCredentialId(String opcNamedCredentialId)
The OCID of the Named Credential.
|
ListDatabaseParametersRequest.Builder |
opcRequestId(String opcRequestId)
The client request ID for tracing.
|
ListDatabaseParametersRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListDatabaseParametersRequest.Builder |
sortBy(ListDatabaseParametersRequest.SortBy sortBy)
The field to sort information by.
|
ListDatabaseParametersRequest.Builder |
sortOrder(SortOrders sortOrder)
The option to sort information in ascending (‘ASC’) or descending
(‘DESC’) order.
|
ListDatabaseParametersRequest.Builder |
source(ListDatabaseParametersRequest.Source source)
The source used to list database parameters.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
body$
public ListDatabaseParametersRequest.Builder managedDatabaseId(String managedDatabaseId)
The OCID of the Managed Database.
managedDatabaseId
- the value to setpublic ListDatabaseParametersRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.
opcRequestId
- the value to setpublic ListDatabaseParametersRequest.Builder source(ListDatabaseParametersRequest.Source source)
The source used to list database parameters. CURRENT
is used to get the database
parameters that are currently in effect for the database instance. SPFILE
is used
to list parameters from the server parameter file. Default is CURRENT
.
source
- the value to setpublic ListDatabaseParametersRequest.Builder name(String name)
A filter to return all parameters that have the text given in their names.
name
- the value to setpublic ListDatabaseParametersRequest.Builder isAllowedValuesIncluded(Boolean isAllowedValuesIncluded)
When true, results include a list of valid values for parameters (if applicable).
isAllowedValuesIncluded
- the value to setpublic ListDatabaseParametersRequest.Builder sortBy(ListDatabaseParametersRequest.SortBy sortBy)
The field to sort information by. Only one sortOrder can be used. The default sort order
for NAME
is ascending and it is case-sensitive.
sortBy
- the value to setpublic ListDatabaseParametersRequest.Builder sortOrder(SortOrders sortOrder)
The option to sort information in ascending (‘ASC’) or descending (‘DESC’) order. Ascending order is the default order.
sortOrder
- the value to setpublic ListDatabaseParametersRequest.Builder opcNamedCredentialId(String opcNamedCredentialId)
The OCID of the Named Credential.
opcNamedCredentialId
- the value to setpublic ListDatabaseParametersRequest.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 ListDatabaseParametersRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic ListDatabaseParametersRequest.Builder copy(ListDatabaseParametersRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<ListDatabaseParametersRequest,Void>
o
- other request from which to copy valuespublic ListDatabaseParametersRequest build()
Build the instance of ListDatabaseParametersRequest 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<ListDatabaseParametersRequest,Void>
public ListDatabaseParametersRequest buildWithoutInvocationCallback()
Build the instance of ListDatabaseParametersRequest 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.