Uses of Interface
software.amazon.awssdk.services.guardduty.model.OrganizationKubernetesAuditLogsConfiguration.Builder
-
Packages that use OrganizationKubernetesAuditLogsConfiguration.Builder Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of OrganizationKubernetesAuditLogsConfiguration.Builder in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return OrganizationKubernetesAuditLogsConfiguration.Builder Modifier and Type Method Description OrganizationKubernetesAuditLogsConfiguration.BuilderOrganizationKubernetesAuditLogsConfiguration.Builder. autoEnable(Boolean autoEnable)A value that contains information on whether Kubernetes audit logs should be enabled automatically as a data source for the organization.static OrganizationKubernetesAuditLogsConfiguration.BuilderOrganizationKubernetesAuditLogsConfiguration. builder()OrganizationKubernetesAuditLogsConfiguration.BuilderOrganizationKubernetesAuditLogsConfiguration. toBuilder()Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type OrganizationKubernetesAuditLogsConfiguration.Builder Modifier and Type Method Description static Class<? extends OrganizationKubernetesAuditLogsConfiguration.Builder>OrganizationKubernetesAuditLogsConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.guardduty.model with type arguments of type OrganizationKubernetesAuditLogsConfiguration.Builder Modifier and Type Method Description default OrganizationKubernetesConfiguration.BuilderOrganizationKubernetesConfiguration.Builder. auditLogs(Consumer<OrganizationKubernetesAuditLogsConfiguration.Builder> auditLogs)Whether Kubernetes audit logs data source should be auto-enabled for new members joining the organization.
-