public static interface OrganizationKubernetesConfiguration.Builder extends SdkPojo, CopyableBuilder<OrganizationKubernetesConfiguration.Builder,OrganizationKubernetesConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default OrganizationKubernetesConfiguration.Builder |
auditLogs(Consumer<OrganizationKubernetesAuditLogsConfiguration.Builder> auditLogs)
Whether Kubernetes audit logs data source should be auto-enabled for new members joining the organization.
|
OrganizationKubernetesConfiguration.Builder |
auditLogs(OrganizationKubernetesAuditLogsConfiguration auditLogs)
Whether Kubernetes audit logs data source should be auto-enabled for new members joining the organization.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOrganizationKubernetesConfiguration.Builder auditLogs(OrganizationKubernetesAuditLogsConfiguration auditLogs)
Whether Kubernetes audit logs data source should be auto-enabled for new members joining the organization.
auditLogs - Whether Kubernetes audit logs data source should be auto-enabled for new members joining the
organization.default OrganizationKubernetesConfiguration.Builder auditLogs(Consumer<OrganizationKubernetesAuditLogsConfiguration.Builder> auditLogs)
Whether Kubernetes audit logs data source should be auto-enabled for new members joining the organization.
This is a convenience method that creates an instance of theOrganizationKubernetesAuditLogsConfiguration.Builder avoiding the need to create one manually via
OrganizationKubernetesAuditLogsConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to
auditLogs(OrganizationKubernetesAuditLogsConfiguration).auditLogs - a consumer that will call methods on OrganizationKubernetesAuditLogsConfiguration.BuilderauditLogs(OrganizationKubernetesAuditLogsConfiguration)Copyright © 2022. All rights reserved.