pub struct Builder { /* private fields */ }
Expand description
A builder for AwsEksClusterLoggingDetails
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn cluster_logging(
self,
input: AwsEksClusterLoggingClusterLoggingDetails
) -> Self
pub fn cluster_logging(
self,
input: AwsEksClusterLoggingClusterLoggingDetails
) -> Self
Appends an item to cluster_logging
.
To override the contents of this collection use set_cluster_logging
.
Cluster logging configurations.
sourcepub fn set_cluster_logging(
self,
input: Option<Vec<AwsEksClusterLoggingClusterLoggingDetails>>
) -> Self
pub fn set_cluster_logging(
self,
input: Option<Vec<AwsEksClusterLoggingClusterLoggingDetails>>
) -> Self
Cluster logging configurations.
sourcepub fn build(self) -> AwsEksClusterLoggingDetails
pub fn build(self) -> AwsEksClusterLoggingDetails
Consumes the builder and constructs a AwsEksClusterLoggingDetails
.