static LogDestinationConfig.Builder |
LogDestinationConfig.builder() |
|
LogDestinationConfig.Builder |
LogDestinationConfig.Builder.logDestination(Map<String,String> logDestination) |
The named location for the logs, provided in a key:value mapping that is specific to the chosen destination
type.
|
LogDestinationConfig.Builder |
LogDestinationConfig.Builder.logDestinationType(String logDestinationType) |
The type of storage destination to send these logs to.
|
LogDestinationConfig.Builder |
LogDestinationConfig.Builder.logDestinationType(LogDestinationType logDestinationType) |
The type of storage destination to send these logs to.
|
LogDestinationConfig.Builder |
LogDestinationConfig.Builder.logType(String logType) |
The type of log to record.
|
LogDestinationConfig.Builder |
LogDestinationConfig.Builder.logType(LogType logType) |
The type of log to record.
|
LogDestinationConfig.Builder |
LogDestinationConfig.toBuilder() |
|