Class SummarizeAwrDatabaseParametersRequest.Builder
- java.lang.Object
-
- com.oracle.bmc.opsi.requests.SummarizeAwrDatabaseParametersRequest.Builder
-
- All Implemented Interfaces:
BmcRequest.Builder<SummarizeAwrDatabaseParametersRequest,Void>
- Enclosing class:
- SummarizeAwrDatabaseParametersRequest
public static class SummarizeAwrDatabaseParametersRequest.Builder extends Object implements BmcRequest.Builder<SummarizeAwrDatabaseParametersRequest,Void>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SummarizeAwrDatabaseParametersRequest.Builder
awrHubId(String awrHubId)
Unique Awr Hub identifierSummarizeAwrDatabaseParametersRequest.Builder
awrSourceDatabaseIdentifier(String awrSourceDatabaseIdentifier)
The internal ID of the database.SummarizeAwrDatabaseParametersRequest.Builder
beginSnapshotIdentifierGreaterThanOrEqualTo(Integer beginSnapshotIdentifierGreaterThanOrEqualTo)
The optional greater than or equal to filter on the snapshot ID.SummarizeAwrDatabaseParametersRequest
build()
Build the instance of SummarizeAwrDatabaseParametersRequest as configured by this builderSummarizeAwrDatabaseParametersRequest
buildWithoutInvocationCallback()
Build the instance of SummarizeAwrDatabaseParametersRequest as configured by this builderSummarizeAwrDatabaseParametersRequest.Builder
copy(SummarizeAwrDatabaseParametersRequest o)
Copy method to populate the builder with values from the given instance.SummarizeAwrDatabaseParametersRequest.Builder
endSnapshotIdentifierLessThanOrEqualTo(Integer endSnapshotIdentifierLessThanOrEqualTo)
The optional less than or equal to query parameter to filter the snapshot Identifier.SummarizeAwrDatabaseParametersRequest.Builder
instanceNumber(String instanceNumber)
The optional single value query parameter to filter by database instance number.SummarizeAwrDatabaseParametersRequest.Builder
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.SummarizeAwrDatabaseParametersRequest.Builder
limit(Integer limit)
For list pagination.SummarizeAwrDatabaseParametersRequest.Builder
name(String singularValue)
Singular setter.SummarizeAwrDatabaseParametersRequest.Builder
name(List<String> name)
The optional multiple value query parameter to filter the entity name.SummarizeAwrDatabaseParametersRequest.Builder
nameContains(String nameContains)
The optional contains query parameter to filter the entity name by any part of the name.SummarizeAwrDatabaseParametersRequest.Builder
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.SummarizeAwrDatabaseParametersRequest.Builder
page(String page)
For list pagination.SummarizeAwrDatabaseParametersRequest.Builder
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.SummarizeAwrDatabaseParametersRequest.Builder
sortBy(SummarizeAwrDatabaseParametersRequest.SortBy sortBy)
The option to sort the AWR database parameter change history data.SummarizeAwrDatabaseParametersRequest.Builder
sortOrder(SortOrder sortOrder)
The sort order to use, either ascending (ASC) or descending (DESC).SummarizeAwrDatabaseParametersRequest.Builder
timeGreaterThanOrEqualTo(Date timeGreaterThanOrEqualTo)
The optional greater than or equal to query parameter to filter the timestamp.SummarizeAwrDatabaseParametersRequest.Builder
timeLessThanOrEqualTo(Date timeLessThanOrEqualTo)
The optional less than or equal to query parameter to filter the timestamp.SummarizeAwrDatabaseParametersRequest.Builder
valueChanged(SummarizeAwrDatabaseParametersRequest.ValueChanged valueChanged)
The optional query parameter to filter database parameters whose values were changed.SummarizeAwrDatabaseParametersRequest.Builder
valueDefault(SummarizeAwrDatabaseParametersRequest.ValueDefault valueDefault)
The optional query parameter to filter the database parameters that had the default value in the last snapshot.SummarizeAwrDatabaseParametersRequest.Builder
valueModified(SummarizeAwrDatabaseParametersRequest.ValueModified valueModified)
The optional query parameter to filter the database parameters that had a modified value in the last snapshot.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.oracle.bmc.requests.BmcRequest.Builder
body$
-
-
-
-
Method Detail
-
awrHubId
public SummarizeAwrDatabaseParametersRequest.Builder awrHubId(String awrHubId)
Unique Awr Hub identifier- Parameters:
awrHubId
- the value to set- Returns:
- this builder instance
-
awrSourceDatabaseIdentifier
public SummarizeAwrDatabaseParametersRequest.Builder awrSourceDatabaseIdentifier(String awrSourceDatabaseIdentifier)
The internal ID of the database.The internal ID of the database is not the OCID. It can be retrieved from the following endpoint: /awrHubs/{awrHubId}/awrDatabases
- Parameters:
awrSourceDatabaseIdentifier
- the value to set- Returns:
- this builder instance
-
instanceNumber
public SummarizeAwrDatabaseParametersRequest.Builder instanceNumber(String instanceNumber)
The optional single value query parameter to filter by database instance number.- Parameters:
instanceNumber
- the value to set- Returns:
- this builder instance
-
beginSnapshotIdentifierGreaterThanOrEqualTo
public SummarizeAwrDatabaseParametersRequest.Builder beginSnapshotIdentifierGreaterThanOrEqualTo(Integer beginSnapshotIdentifierGreaterThanOrEqualTo)
The optional greater than or equal to filter on the snapshot ID.- Parameters:
beginSnapshotIdentifierGreaterThanOrEqualTo
- the value to set- Returns:
- this builder instance
-
endSnapshotIdentifierLessThanOrEqualTo
public SummarizeAwrDatabaseParametersRequest.Builder endSnapshotIdentifierLessThanOrEqualTo(Integer endSnapshotIdentifierLessThanOrEqualTo)
The optional less than or equal to query parameter to filter the snapshot Identifier.- Parameters:
endSnapshotIdentifierLessThanOrEqualTo
- the value to set- Returns:
- this builder instance
-
timeGreaterThanOrEqualTo
public SummarizeAwrDatabaseParametersRequest.Builder timeGreaterThanOrEqualTo(Date timeGreaterThanOrEqualTo)
The optional greater than or equal to query parameter to filter the timestamp.The timestamp format to be followed is: YYYY-MM-DDTHH:MM:SSZ, example 2020-12-03T19:00:53Z
- Parameters:
timeGreaterThanOrEqualTo
- the value to set- Returns:
- this builder instance
-
timeLessThanOrEqualTo
public SummarizeAwrDatabaseParametersRequest.Builder timeLessThanOrEqualTo(Date timeLessThanOrEqualTo)
The optional less than or equal to query parameter to filter the timestamp.The timestamp format to be followed is: YYYY-MM-DDTHH:MM:SSZ, example 2020-12-03T19:00:53Z
- Parameters:
timeLessThanOrEqualTo
- the value to set- Returns:
- this builder instance
-
name
public SummarizeAwrDatabaseParametersRequest.Builder name(List<String> name)
The optional multiple value query parameter to filter the entity name.- Parameters:
name
- the value to set- Returns:
- this builder instance
-
name
public SummarizeAwrDatabaseParametersRequest.Builder name(String singularValue)
Singular setter.The optional multiple value query parameter to filter the entity name.
- Parameters:
singularValue
- the singular value to set- Returns:
- this builder instance
-
nameContains
public SummarizeAwrDatabaseParametersRequest.Builder nameContains(String nameContains)
The optional contains query parameter to filter the entity name by any part of the name.- Parameters:
nameContains
- the value to set- Returns:
- this builder instance
-
valueChanged
public SummarizeAwrDatabaseParametersRequest.Builder valueChanged(SummarizeAwrDatabaseParametersRequest.ValueChanged valueChanged)
The optional query parameter to filter database parameters whose values were changed.- Parameters:
valueChanged
- the value to set- Returns:
- this builder instance
-
valueDefault
public SummarizeAwrDatabaseParametersRequest.Builder valueDefault(SummarizeAwrDatabaseParametersRequest.ValueDefault valueDefault)
The optional query parameter to filter the database parameters that had the default value in the last snapshot.- Parameters:
valueDefault
- the value to set- Returns:
- this builder instance
-
valueModified
public SummarizeAwrDatabaseParametersRequest.Builder valueModified(SummarizeAwrDatabaseParametersRequest.ValueModified valueModified)
The optional query parameter to filter the database parameters that had a modified value in the last snapshot.- Parameters:
valueModified
- the value to set- Returns:
- this builder instance
-
page
public SummarizeAwrDatabaseParametersRequest.Builder page(String page)
For list pagination.The value of the opc-next-page response header from the previous “List” call. For important details about how pagination works, see List Pagination.
- Parameters:
page
- the value to set- Returns:
- this builder instance
-
limit
public SummarizeAwrDatabaseParametersRequest.Builder limit(Integer limit)
For list pagination.The maximum number of results per page, or items to return in a paginated “List” call. For important details about how pagination works, see List Pagination. Example: 50
- Parameters:
limit
- the value to set- Returns:
- this builder instance
-
sortBy
public SummarizeAwrDatabaseParametersRequest.Builder sortBy(SummarizeAwrDatabaseParametersRequest.SortBy sortBy)
The option to sort the AWR database parameter change history data.- Parameters:
sortBy
- the value to set- Returns:
- this builder instance
-
sortOrder
public SummarizeAwrDatabaseParametersRequest.Builder sortOrder(SortOrder sortOrder)
The sort order to use, either ascending (ASC) or descending (DESC).- Parameters:
sortOrder
- the value to set- Returns:
- this builder instance
-
opcRequestId
public SummarizeAwrDatabaseParametersRequest.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.
- Parameters:
opcRequestId
- the value to set- Returns:
- this builder instance
-
invocationCallback
public SummarizeAwrDatabaseParametersRequest.Builder invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.- Parameters:
invocationCallback
- the invocation callback to be set for the request- Returns:
- this builder instance
-
retryConfiguration
public SummarizeAwrDatabaseParametersRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.- Parameters:
retryConfiguration
- the retry configuration to be used for the request- Returns:
- this builder instance
-
copy
public SummarizeAwrDatabaseParametersRequest.Builder copy(SummarizeAwrDatabaseParametersRequest o)
Copy method to populate the builder with values from the given instance.- Specified by:
copy
in interfaceBmcRequest.Builder<SummarizeAwrDatabaseParametersRequest,Void>
- Parameters:
o
- other request from which to copy values- Returns:
- this builder instance
-
build
public SummarizeAwrDatabaseParametersRequest build()
Build the instance of SummarizeAwrDatabaseParametersRequest as configured by this builderNote that this method takes calls to
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account, while the methodbuildWithoutInvocationCallback()
does not.This is the preferred method to build an instance.
- Specified by:
build
in interfaceBmcRequest.Builder<SummarizeAwrDatabaseParametersRequest,Void>
- Returns:
- instance of SummarizeAwrDatabaseParametersRequest
-
buildWithoutInvocationCallback
public SummarizeAwrDatabaseParametersRequest buildWithoutInvocationCallback()
Build the instance of SummarizeAwrDatabaseParametersRequest as configured by this builderNote that this method does not take calls to
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account, while the methodbuild()
does- Returns:
- instance of SummarizeAwrDatabaseParametersRequest
-
-