Class LogListEndpoint.Builder
- java.lang.Object
-
- com.oracle.bmc.loganalytics.model.LogListEndpoint.Builder
-
- Enclosing class:
- LogListEndpoint
public static class LogListEndpoint.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
name
public LogListEndpoint.Builder name(String name)
The endpoint name.- Parameters:
name
- the value to set- Returns:
- this builder
-
description
public LogListEndpoint.Builder description(String description)
The endpoint description.- Parameters:
description
- the value to set- Returns:
- this builder
-
model
public LogListEndpoint.Builder model(String model)
The endpoint model.- Parameters:
model
- the value to set- Returns:
- this builder
-
endpointId
public LogListEndpoint.Builder endpointId(Long endpointId)
The endpoint unique identifier.- Parameters:
endpointId
- the value to set- Returns:
- this builder
-
request
public LogListEndpoint.Builder request(EndpointRequest request)
-
response
public LogListEndpoint.Builder response(EndpointResponse response)
-
credentials
public LogListEndpoint.Builder credentials(EndpointCredentials credentials)
-
proxy
public LogListEndpoint.Builder proxy(EndpointProxy proxy)
-
isEnabled
public LogListEndpoint.Builder isEnabled(Boolean isEnabled)
A flag indicating whether or not the endpoint is enabled for log collection.- Parameters:
isEnabled
- the value to set- Returns:
- this builder
-
isSystem
public 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.
- Parameters:
isSystem
- the value to set- Returns:
- this builder
-
endpointProperties
public LogListEndpoint.Builder endpointProperties(List<LogAnalyticsProperty> endpointProperties)
A list of endpoint properties.- Parameters:
endpointProperties
- the value to set- Returns:
- this builder
-
build
public LogListEndpoint build()
-
copy
public LogListEndpoint.Builder copy(LogListEndpoint model)
-
-