Interface OrganizationKubernetesAuditLogsConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<OrganizationKubernetesAuditLogsConfiguration.Builder,,OrganizationKubernetesAuditLogsConfiguration> SdkBuilder<OrganizationKubernetesAuditLogsConfiguration.Builder,,OrganizationKubernetesAuditLogsConfiguration> SdkPojo
- Enclosing class:
OrganizationKubernetesAuditLogsConfiguration
public static interface OrganizationKubernetesAuditLogsConfiguration.Builder
extends SdkPojo, CopyableBuilder<OrganizationKubernetesAuditLogsConfiguration.Builder,OrganizationKubernetesAuditLogsConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionautoEnable(Boolean autoEnable) A value that contains information on whether Kubernetes audit logs should be enabled automatically as a data source for the organization.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
-
autoEnable
A value that contains information on whether Kubernetes audit logs should be enabled automatically as a data source for the organization.
- Parameters:
autoEnable- A value that contains information on whether Kubernetes audit logs should be enabled automatically as a data source for the organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-