public static class GetSqlTuningAdvisorTaskSummaryReportResponse.Builder extends Object implements BmcResponse.Builder<GetSqlTuningAdvisorTaskSummaryReportResponse>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GetSqlTuningAdvisorTaskSummaryReportResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
GetSqlTuningAdvisorTaskSummaryReportResponse |
build()
Build the response object.
|
GetSqlTuningAdvisorTaskSummaryReportResponse.Builder |
copy(GetSqlTuningAdvisorTaskSummaryReportResponse o)
Copy method to populate the builder with values from the given instance.
|
GetSqlTuningAdvisorTaskSummaryReportResponse.Builder |
headers(Map<String,List<String>> headers) |
GetSqlTuningAdvisorTaskSummaryReportResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
GetSqlTuningAdvisorTaskSummaryReportResponse.Builder |
sqlTuningAdvisorTaskSummaryReport(SqlTuningAdvisorTaskSummaryReport sqlTuningAdvisorTaskSummaryReport)
The returned
SqlTuningAdvisorTaskSummaryReport instance. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isNotModified
public GetSqlTuningAdvisorTaskSummaryReportResponse.Builder __httpStatusCode__(int __httpStatusCode__)
__httpStatusCode__
in interface BmcResponse.Builder<GetSqlTuningAdvisorTaskSummaryReportResponse>
public GetSqlTuningAdvisorTaskSummaryReportResponse.Builder headers(Map<String,List<String>> headers)
headers
in interface BmcResponse.Builder<GetSqlTuningAdvisorTaskSummaryReportResponse>
public GetSqlTuningAdvisorTaskSummaryReportResponse.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 GetSqlTuningAdvisorTaskSummaryReportResponse.Builder sqlTuningAdvisorTaskSummaryReport(SqlTuningAdvisorTaskSummaryReport sqlTuningAdvisorTaskSummaryReport)
The returned SqlTuningAdvisorTaskSummaryReport
instance.
sqlTuningAdvisorTaskSummaryReport
- the value to setpublic GetSqlTuningAdvisorTaskSummaryReportResponse.Builder copy(GetSqlTuningAdvisorTaskSummaryReportResponse o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcResponse.Builder<GetSqlTuningAdvisorTaskSummaryReportResponse>
o
- other request from which to copy valuespublic GetSqlTuningAdvisorTaskSummaryReportResponse build()
Build the response object.
build
in interface BmcResponse.Builder<GetSqlTuningAdvisorTaskSummaryReportResponse>
Copyright © 2016–2024. All rights reserved.