Interface AwsEksClusterLoggingDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AwsEksClusterLoggingDetails.Builder,AwsEksClusterLoggingDetails>,SdkBuilder<AwsEksClusterLoggingDetails.Builder,AwsEksClusterLoggingDetails>,SdkPojo
- Enclosing class:
- AwsEksClusterLoggingDetails
public static interface AwsEksClusterLoggingDetails.Builder extends SdkPojo, CopyableBuilder<AwsEksClusterLoggingDetails.Builder,AwsEksClusterLoggingDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsEksClusterLoggingDetails.BuilderclusterLogging(Collection<AwsEksClusterLoggingClusterLoggingDetails> clusterLogging)Cluster logging configurations.AwsEksClusterLoggingDetails.BuilderclusterLogging(Consumer<AwsEksClusterLoggingClusterLoggingDetails.Builder>... clusterLogging)Cluster logging configurations.AwsEksClusterLoggingDetails.BuilderclusterLogging(AwsEksClusterLoggingClusterLoggingDetails... clusterLogging)Cluster logging configurations.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
clusterLogging
AwsEksClusterLoggingDetails.Builder clusterLogging(Collection<AwsEksClusterLoggingClusterLoggingDetails> clusterLogging)
Cluster logging configurations.
- Parameters:
clusterLogging- Cluster logging configurations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clusterLogging
AwsEksClusterLoggingDetails.Builder clusterLogging(AwsEksClusterLoggingClusterLoggingDetails... clusterLogging)
Cluster logging configurations.
- Parameters:
clusterLogging- Cluster logging configurations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clusterLogging
AwsEksClusterLoggingDetails.Builder clusterLogging(Consumer<AwsEksClusterLoggingClusterLoggingDetails.Builder>... clusterLogging)
Cluster logging configurations.
This is a convenience method that creates an instance of theAwsEksClusterLoggingClusterLoggingDetails.Builderavoiding the need to create one manually viaAwsEksClusterLoggingClusterLoggingDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#clusterLogging(List.) - Parameters:
clusterLogging- a consumer that will call methods onAwsEksClusterLoggingClusterLoggingDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#clusterLogging(java.util.Collection)
-
-