public static class LogEndpoint.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
LogEndpoint |
build() |
LogEndpoint.Builder |
copy(LogEndpoint model) |
LogEndpoint.Builder |
credentials(EndpointCredentials credentials) |
LogEndpoint.Builder |
description(String description)
The endpoint description.
|
LogEndpoint.Builder |
endpointId(Long endpointId)
The endpoint unique identifier.
|
LogEndpoint.Builder |
endpointProperties(List<LogAnalyticsProperty> endpointProperties)
A list of endpoint properties.
|
LogEndpoint.Builder |
isEnabled(Boolean isEnabled)
A flag indicating whether or not the endpoint is enabled for log collection.
|
LogEndpoint.Builder |
isSystem(Boolean isSystem)
The system flag.
|
LogEndpoint.Builder |
model(String model)
The endpoint model.
|
LogEndpoint.Builder |
name(String name)
The endpoint name.
|
LogEndpoint.Builder |
proxy(EndpointProxy proxy) |
LogEndpoint.Builder |
request(EndpointRequest request) |
LogEndpoint.Builder |
response(EndpointResponse response) |
public LogEndpoint.Builder name(String name)
The endpoint name.
name
- the value to setpublic LogEndpoint.Builder description(String description)
The endpoint description.
description
- the value to setpublic LogEndpoint.Builder model(String model)
The endpoint model.
model
- the value to setpublic LogEndpoint.Builder endpointId(Long endpointId)
The endpoint unique identifier.
endpointId
- the value to setpublic LogEndpoint.Builder request(EndpointRequest request)
public LogEndpoint.Builder response(EndpointResponse response)
public LogEndpoint.Builder credentials(EndpointCredentials credentials)
public LogEndpoint.Builder proxy(EndpointProxy proxy)
public LogEndpoint.Builder isEnabled(Boolean isEnabled)
A flag indicating whether or not the endpoint is enabled for log collection.
isEnabled
- the value to setpublic LogEndpoint.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 LogEndpoint.Builder endpointProperties(List<LogAnalyticsProperty> endpointProperties)
A list of endpoint properties.
endpointProperties
- the value to setpublic LogEndpoint build()
public LogEndpoint.Builder copy(LogEndpoint model)
Copyright © 2016–2024. All rights reserved.