public static interface LogSetup.Builder extends SdkPojo, CopyableBuilder<LogSetup.Builder,LogSetup>
| Modifier and Type | Method and Description |
|---|---|
LogSetup.Builder |
enabled(Boolean enabled)
If a log type is enabled, that log type exports its control plane logs to CloudWatch Logs.
|
LogSetup.Builder |
types(Collection<LogType> types)
The available cluster control plane log types.
|
LogSetup.Builder |
types(LogType... types)
The available cluster control plane log types.
|
LogSetup.Builder |
typesWithStrings(Collection<String> types)
The available cluster control plane log types.
|
LogSetup.Builder |
typesWithStrings(String... types)
The available cluster control plane log types.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLogSetup.Builder typesWithStrings(Collection<String> types)
The available cluster control plane log types.
types - The available cluster control plane log types.LogSetup.Builder typesWithStrings(String... types)
The available cluster control plane log types.
types - The available cluster control plane log types.LogSetup.Builder types(Collection<LogType> types)
The available cluster control plane log types.
types - The available cluster control plane log types.LogSetup.Builder types(LogType... types)
The available cluster control plane log types.
types - The available cluster control plane log types.LogSetup.Builder enabled(Boolean enabled)
If a log type is enabled, that log type exports its control plane logs to CloudWatch Logs. If a log type isn't enabled, that log type doesn't export its control plane logs. Each individual log type can be enabled or disabled independently.
enabled - If a log type is enabled, that log type exports its control plane logs to CloudWatch Logs. If a log
type isn't enabled, that log type doesn't export its control plane logs. Each individual log type can
be enabled or disabled independently.Copyright © 2020. All rights reserved.