public static class LogListEndpoint.Builder extends Object
Constructor and Description |
---|
Builder() |
public LogListEndpoint.Builder name(String name)
The endpoint name.
name
- the value to setpublic LogListEndpoint.Builder description(String description)
The endpoint description.
description
- the value to setpublic LogListEndpoint.Builder model(String model)
The endpoint model.
model
- the value to setpublic LogListEndpoint.Builder endpointId(Long endpointId)
The endpoint unique identifier.
endpointId
- the value to setpublic LogListEndpoint.Builder request(EndpointRequest request)
public LogListEndpoint.Builder response(EndpointResponse response)
public LogListEndpoint.Builder credentials(EndpointCredentials credentials)
public LogListEndpoint.Builder proxy(EndpointProxy proxy)
public LogListEndpoint.Builder isEnabled(Boolean isEnabled)
A flag indicating whether or not the endpoint is enabled for log collection.
isEnabled
- the value to setpublic LogListEndpoint.Builder isSystem(Boolean isSystem)
The system flag. A value of false denotes a custom, or user defined endpoint. A value of true denotes an Oracle defined endpoint.
isSystem
- the value to setpublic LogListEndpoint.Builder endpointProperties(List<LogAnalyticsProperty> endpointProperties)
A list of endpoint properties.
endpointProperties
- the value to setpublic LogListEndpoint build()
public LogListEndpoint.Builder copy(LogListEndpoint model)
Copyright © 2016–2024. All rights reserved.