public static interface AwsEksClusterLoggingClusterLoggingDetails.Builder extends SdkPojo, CopyableBuilder<AwsEksClusterLoggingClusterLoggingDetails.Builder,AwsEksClusterLoggingClusterLoggingDetails>
| Modifier and Type | Method and Description |
|---|---|
AwsEksClusterLoggingClusterLoggingDetails.Builder |
enabled(Boolean enabled)
Whether the logging types that are listed in
Types are enabled. |
AwsEksClusterLoggingClusterLoggingDetails.Builder |
types(Collection<String> types)
A list of logging types.
|
AwsEksClusterLoggingClusterLoggingDetails.Builder |
types(String... types)
A list of logging types.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsEksClusterLoggingClusterLoggingDetails.Builder enabled(Boolean enabled)
Whether the logging types that are listed in Types are enabled.
enabled - Whether the logging types that are listed in Types are enabled.AwsEksClusterLoggingClusterLoggingDetails.Builder types(Collection<String> types)
A list of logging types. Valid values are as follows:
api
audit
authenticator
controllerManager
scheduler
types - A list of logging types. Valid values are as follows:
api
audit
authenticator
controllerManager
scheduler
AwsEksClusterLoggingClusterLoggingDetails.Builder types(String... types)
A list of logging types. Valid values are as follows:
api
audit
authenticator
controllerManager
scheduler
types - A list of logging types. Valid values are as follows:
api
audit
authenticator
controllerManager
scheduler
Copyright © 2023. All rights reserved.