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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsEksClusterLoggingClusterLoggingDetails.Builderenabled(Boolean enabled)Whether the logging types that are listed inTypesare enabled.AwsEksClusterLoggingClusterLoggingDetails.Buildertypes(String... types)A list of logging types.AwsEksClusterLoggingClusterLoggingDetails.Buildertypes(Collection<String> types)A list of logging types.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
enabled
AwsEksClusterLoggingClusterLoggingDetails.Builder enabled(Boolean 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
AwsEksClusterLoggingClusterLoggingDetails.Builder types(Collection<String> 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
AwsEksClusterLoggingClusterLoggingDetails.Builder types(String... 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.
-
-
-