public static class CreateIngestTimeRuleResponse.Builder extends Object implements BmcResponse.Builder<CreateIngestTimeRuleResponse>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateIngestTimeRuleResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
CreateIngestTimeRuleResponse |
build()
Build the response object.
|
CreateIngestTimeRuleResponse.Builder |
copy(CreateIngestTimeRuleResponse o)
Copy method to populate the builder with values from the given instance.
|
CreateIngestTimeRuleResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
CreateIngestTimeRuleResponse.Builder |
headers(Map<String,List<String>> headers) |
CreateIngestTimeRuleResponse.Builder |
ingestTimeRule(IngestTimeRule ingestTimeRule)
The returned
IngestTimeRule instance. |
CreateIngestTimeRuleResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isNotModified
public CreateIngestTimeRuleResponse.Builder __httpStatusCode__(int __httpStatusCode__)
__httpStatusCode__
in interface BmcResponse.Builder<CreateIngestTimeRuleResponse>
public CreateIngestTimeRuleResponse.Builder headers(Map<String,List<String>> headers)
headers
in interface BmcResponse.Builder<CreateIngestTimeRuleResponse>
public CreateIngestTimeRuleResponse.Builder etag(String etag)
For optimistic concurrency control. See if-match
.
etag
- the value to setpublic CreateIngestTimeRuleResponse.Builder opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request. When you contact Oracle about a specific request, provide the request ID.
opcRequestId
- the value to setpublic CreateIngestTimeRuleResponse.Builder ingestTimeRule(IngestTimeRule ingestTimeRule)
The returned IngestTimeRule
instance.
ingestTimeRule
- the value to setpublic CreateIngestTimeRuleResponse.Builder copy(CreateIngestTimeRuleResponse o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcResponse.Builder<CreateIngestTimeRuleResponse>
o
- other request from which to copy valuespublic CreateIngestTimeRuleResponse build()
Build the response object.
build
in interface BmcResponse.Builder<CreateIngestTimeRuleResponse>
Copyright © 2016–2024. All rights reserved.