public static interface AwsEksClusterLoggingDetails.Builder extends SdkPojo, CopyableBuilder<AwsEksClusterLoggingDetails.Builder,AwsEksClusterLoggingDetails>
| Modifier and Type | Method and Description |
|---|---|
AwsEksClusterLoggingDetails.Builder |
clusterLogging(AwsEksClusterLoggingClusterLoggingDetails... clusterLogging)
Cluster logging configurations.
|
AwsEksClusterLoggingDetails.Builder |
clusterLogging(Collection<AwsEksClusterLoggingClusterLoggingDetails> clusterLogging)
Cluster logging configurations.
|
AwsEksClusterLoggingDetails.Builder |
clusterLogging(Consumer<AwsEksClusterLoggingClusterLoggingDetails.Builder>... clusterLogging)
Cluster logging configurations.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsEksClusterLoggingDetails.Builder clusterLogging(Collection<AwsEksClusterLoggingClusterLoggingDetails> clusterLogging)
Cluster logging configurations.
clusterLogging - Cluster logging configurations.AwsEksClusterLoggingDetails.Builder clusterLogging(AwsEksClusterLoggingClusterLoggingDetails... clusterLogging)
Cluster logging configurations.
clusterLogging - Cluster logging configurations.AwsEksClusterLoggingDetails.Builder clusterLogging(Consumer<AwsEksClusterLoggingClusterLoggingDetails.Builder>... clusterLogging)
Cluster logging configurations.
This is a convenience method that creates an instance of the.Builder avoiding the need to create one manually via
List#builder() .
When the Consumer completes, List.Builder#build()
is called immediately and its result is passed to #clusterLogging(List) .clusterLogging - a consumer that will call methods on List.Builder #clusterLogging(List) Copyright © 2022. All rights reserved.