Interface AwsEksClusterLoggingClusterLoggingDetails.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AwsEksClusterLoggingClusterLoggingDetails.Builder,,AwsEksClusterLoggingClusterLoggingDetails> SdkBuilder<AwsEksClusterLoggingClusterLoggingDetails.Builder,,AwsEksClusterLoggingClusterLoggingDetails> SdkPojo
- Enclosing class:
AwsEksClusterLoggingClusterLoggingDetails
public static interface AwsEksClusterLoggingClusterLoggingDetails.Builder
extends SdkPojo, CopyableBuilder<AwsEksClusterLoggingClusterLoggingDetails.Builder,AwsEksClusterLoggingClusterLoggingDetails>
-
Method Summary
Modifier and TypeMethodDescriptionWhether the logging types that are listed inTypesare enabled.A list of logging types.types(Collection<String> types) A list of logging types.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
enabled
Whether the logging types that are listed in
Typesare enabled.- Parameters:
enabled- Whether the logging types that are listed inTypesare enabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
types
A list of logging types. Valid values are as follows:
-
api -
audit -
authenticator -
controllerManager -
scheduler
- Parameters:
types- A list of logging types. Valid values are as follows:-
api -
audit -
authenticator -
controllerManager -
scheduler
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
types
A list of logging types. Valid values are as follows:
-
api -
audit -
authenticator -
controllerManager -
scheduler
- Parameters:
types- A list of logging types. Valid values are as follows:-
api -
audit -
authenticator -
controllerManager -
scheduler
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-