Class ListDatabaseInsightsRequest.Builder
- java.lang.Object
- 
- com.oracle.bmc.opsi.requests.ListDatabaseInsightsRequest.Builder
 
- 
- All Implemented Interfaces:
- BmcRequest.Builder<ListDatabaseInsightsRequest,Void>
 - Enclosing class:
- ListDatabaseInsightsRequest
 
 public static class ListDatabaseInsightsRequest.Builder extends Object implements BmcRequest.Builder<ListDatabaseInsightsRequest,Void> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ListDatabaseInsightsRequestbuild()Build the instance of ListDatabaseInsightsRequest as configured by this builderListDatabaseInsightsRequestbuildWithoutInvocationCallback()Build the instance of ListDatabaseInsightsRequest as configured by this builderListDatabaseInsightsRequest.BuildercompartmentId(String compartmentId)The OCID of the compartment.ListDatabaseInsightsRequest.BuildercompartmentIdInSubtree(Boolean compartmentIdInSubtree)A flag to search all resources within a given compartment and all sub-compartments.ListDatabaseInsightsRequest.Buildercopy(ListDatabaseInsightsRequest o)Copy method to populate the builder with values from the given instance.ListDatabaseInsightsRequest.BuilderdatabaseId(String singularValue)Singular setter.ListDatabaseInsightsRequest.BuilderdatabaseId(List<String> databaseId)Optional list of database OCIDs of the associated DBaaS entity.ListDatabaseInsightsRequest.BuilderdatabaseType(ListDatabaseInsightsRequest.DatabaseType singularValue)Singular setter.ListDatabaseInsightsRequest.BuilderdatabaseType(List<ListDatabaseInsightsRequest.DatabaseType> databaseType)Filter by one or more database type.ListDatabaseInsightsRequest.BuilderenterpriseManagerBridgeId(String enterpriseManagerBridgeId)Unique Enterprise Manager bridge identifierListDatabaseInsightsRequest.BuilderexadataInsightId(String exadataInsightId)OCID of exadata insight resource.ListDatabaseInsightsRequest.Builderfields(ListDatabaseInsightsRequest.Fields singularValue)Singular setter.ListDatabaseInsightsRequest.Builderfields(List<ListDatabaseInsightsRequest.Fields> fields)Specifies the fields to return in a database summary response.ListDatabaseInsightsRequest.Builderid(String singularValue)Singular setter.ListDatabaseInsightsRequest.Builderid(List<String> id)Optional list of database insight resource OCIDs.ListDatabaseInsightsRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.ListDatabaseInsightsRequest.BuilderlifecycleState(LifecycleState singularValue)Singular setter.ListDatabaseInsightsRequest.BuilderlifecycleState(List<LifecycleState> lifecycleState)Lifecycle statesListDatabaseInsightsRequest.Builderlimit(Integer limit)For list pagination.ListDatabaseInsightsRequest.BuilderopcRequestId(String opcRequestId)Unique Oracle-assigned identifier for the request.ListDatabaseInsightsRequest.BuilderopsiPrivateEndpointId(String opsiPrivateEndpointId)Unique Operations Insights PrivateEndpoint identifierListDatabaseInsightsRequest.Builderpage(String page)For list pagination.ListDatabaseInsightsRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.ListDatabaseInsightsRequest.BuildersortBy(ListDatabaseInsightsRequest.SortBy sortBy)Database insight list sort options.ListDatabaseInsightsRequest.BuildersortOrder(SortOrder sortOrder)The sort order to use, either ascending (ASC) or descending (DESC).ListDatabaseInsightsRequest.Builderstatus(ResourceStatus singularValue)Singular setter.ListDatabaseInsightsRequest.Builderstatus(List<ResourceStatus> status)Resource Status- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.oracle.bmc.requests.BmcRequest.Builderbody$
 
- 
 
- 
- 
- 
Method Detail- 
compartmentIdpublic ListDatabaseInsightsRequest.Builder compartmentId(String compartmentId) The OCID of the compartment.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder instance
 
 - 
enterpriseManagerBridgeIdpublic ListDatabaseInsightsRequest.Builder enterpriseManagerBridgeId(String enterpriseManagerBridgeId) Unique Enterprise Manager bridge identifier- Parameters:
- enterpriseManagerBridgeId- the value to set
- Returns:
- this builder instance
 
 - 
idpublic ListDatabaseInsightsRequest.Builder id(List<String> id) Optional list of database insight resource OCIDs.- Parameters:
- id- the value to set
- Returns:
- this builder instance
 
 - 
idpublic ListDatabaseInsightsRequest.Builder id(String singularValue) Singular setter.Optional list of database insight resource OCIDs. - Parameters:
- singularValue- the singular value to set
- Returns:
- this builder instance
 
 - 
statuspublic ListDatabaseInsightsRequest.Builder status(List<ResourceStatus> status) Resource Status- Parameters:
- status- the value to set
- Returns:
- this builder instance
 
 - 
statuspublic ListDatabaseInsightsRequest.Builder status(ResourceStatus singularValue) Singular setter.Resource Status - Parameters:
- singularValue- the singular value to set
- Returns:
- this builder instance
 
 - 
lifecycleStatepublic ListDatabaseInsightsRequest.Builder lifecycleState(List<LifecycleState> lifecycleState) Lifecycle states- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder instance
 
 - 
lifecycleStatepublic ListDatabaseInsightsRequest.Builder lifecycleState(LifecycleState singularValue) Singular setter.Lifecycle states - Parameters:
- singularValue- the singular value to set
- Returns:
- this builder instance
 
 - 
databaseTypepublic ListDatabaseInsightsRequest.Builder databaseType(List<ListDatabaseInsightsRequest.DatabaseType> databaseType) Filter by one or more database type.Possible values are ADW-S, ATP-S, ADW-D, ATP-D, EXTERNAL-PDB, EXTERNAL-NONCDB. - Parameters:
- databaseType- the value to set
- Returns:
- this builder instance
 
 - 
databaseTypepublic ListDatabaseInsightsRequest.Builder databaseType(ListDatabaseInsightsRequest.DatabaseType singularValue) Singular setter.Filter by one or more database type. Possible values are ADW-S, ATP-S, ADW-D, ATP-D, EXTERNAL-PDB, EXTERNAL-NONCDB. - Parameters:
- singularValue- the singular value to set
- Returns:
- this builder instance
 
 - 
databaseIdpublic ListDatabaseInsightsRequest.Builder databaseId(List<String> databaseId) Optional list of database OCIDs of the associated DBaaS entity.- Parameters:
- databaseId- the value to set
- Returns:
- this builder instance
 
 - 
databaseIdpublic ListDatabaseInsightsRequest.Builder databaseId(String singularValue) Singular setter.Optional list of database OCIDs of the associated DBaaS entity. - Parameters:
- singularValue- the singular value to set
- Returns:
- this builder instance
 
 - 
fieldspublic ListDatabaseInsightsRequest.Builder fields(List<ListDatabaseInsightsRequest.Fields> fields) Specifies the fields to return in a database summary response.By default all fields are returned if omitted. - Parameters:
- fields- the value to set
- Returns:
- this builder instance
 
 - 
fieldspublic ListDatabaseInsightsRequest.Builder fields(ListDatabaseInsightsRequest.Fields singularValue) Singular setter.Specifies the fields to return in a database summary response. By default all fields are returned if omitted. - Parameters:
- singularValue- the singular value to set
- Returns:
- this builder instance
 
 - 
limitpublic ListDatabaseInsightsRequest.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
 
 - 
pagepublic ListDatabaseInsightsRequest.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
 
 - 
sortOrderpublic ListDatabaseInsightsRequest.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
 
 - 
sortBypublic ListDatabaseInsightsRequest.Builder sortBy(ListDatabaseInsightsRequest.SortBy sortBy) Database insight list sort options.If fields parameter is selected, the sortBy parameter must be one of the fields specified. - Parameters:
- sortBy- the value to set
- Returns:
- this builder instance
 
 - 
exadataInsightIdpublic ListDatabaseInsightsRequest.Builder exadataInsightId(String exadataInsightId) OCID of exadata insight resource.- Parameters:
- exadataInsightId- the value to set
- Returns:
- this builder instance
 
 - 
compartmentIdInSubtreepublic ListDatabaseInsightsRequest.Builder compartmentIdInSubtree(Boolean compartmentIdInSubtree) A flag to search all resources within a given compartment and all sub-compartments.- Parameters:
- compartmentIdInSubtree- the value to set
- Returns:
- this builder instance
 
 - 
opsiPrivateEndpointIdpublic ListDatabaseInsightsRequest.Builder opsiPrivateEndpointId(String opsiPrivateEndpointId) Unique Operations Insights PrivateEndpoint identifier- Parameters:
- opsiPrivateEndpointId- the value to set
- Returns:
- this builder instance
 
 - 
opcRequestIdpublic ListDatabaseInsightsRequest.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
 
 - 
invocationCallbackpublic ListDatabaseInsightsRequest.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
 
 - 
retryConfigurationpublic ListDatabaseInsightsRequest.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
 
 - 
copypublic ListDatabaseInsightsRequest.Builder copy(ListDatabaseInsightsRequest o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcRequest.Builder<ListDatabaseInsightsRequest,Void>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic ListDatabaseInsightsRequest build() Build the instance of ListDatabaseInsightsRequest 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:
- buildin interface- BmcRequest.Builder<ListDatabaseInsightsRequest,Void>
- Returns:
- instance of ListDatabaseInsightsRequest
 
 - 
buildWithoutInvocationCallbackpublic ListDatabaseInsightsRequest buildWithoutInvocationCallback() Build the instance of ListDatabaseInsightsRequest 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 ListDatabaseInsightsRequest
 
 
- 
 
-