public static class ListLogAnalyticsEntityTopologyResponse.Builder extends Object
Modifier and Type | Method and Description |
---|---|
ListLogAnalyticsEntityTopologyResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
ListLogAnalyticsEntityTopologyResponse |
build() |
ListLogAnalyticsEntityTopologyResponse.Builder |
copy(ListLogAnalyticsEntityTopologyResponse o)
Copy method to populate the builder with values from the given instance.
|
ListLogAnalyticsEntityTopologyResponse.Builder |
logAnalyticsEntityTopologyCollection(LogAnalyticsEntityTopologyCollection logAnalyticsEntityTopologyCollection)
The returned LogAnalyticsEntityTopologyCollection instance.
|
ListLogAnalyticsEntityTopologyResponse.Builder |
opcNextPage(String opcNextPage)
For pagination of a list of items.
|
ListLogAnalyticsEntityTopologyResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
String |
toString() |
public ListLogAnalyticsEntityTopologyResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public ListLogAnalyticsEntityTopologyResponse.Builder copy(ListLogAnalyticsEntityTopologyResponse o)
Copy method to populate the builder with values from the given instance.
public ListLogAnalyticsEntityTopologyResponse build()
public ListLogAnalyticsEntityTopologyResponse.Builder opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request. When you contact Oracle about a specific request, provide the request ID.
this
.public ListLogAnalyticsEntityTopologyResponse.Builder opcNextPage(String opcNextPage)
For pagination of a list of items. When paging through a list, if this header appears in the response,
then additional items may be available on the next page of the list. Include this value as the page
parameter for the
subsequent request to get the next batch of items.
this
.public ListLogAnalyticsEntityTopologyResponse.Builder logAnalyticsEntityTopologyCollection(LogAnalyticsEntityTopologyCollection logAnalyticsEntityTopologyCollection)
The returned LogAnalyticsEntityTopologyCollection instance.
this
.Copyright © 2016–2022. All rights reserved.