public static interface OrganizationKubernetesConfigurationResult.Builder extends SdkPojo, CopyableBuilder<OrganizationKubernetesConfigurationResult.Builder,OrganizationKubernetesConfigurationResult>
| Modifier and Type | Method and Description |
|---|---|
default OrganizationKubernetesConfigurationResult.Builder |
auditLogs(Consumer<OrganizationKubernetesAuditLogsConfigurationResult.Builder> auditLogs)
The current configuration of Kubernetes audit logs as a data source for the organization.
|
OrganizationKubernetesConfigurationResult.Builder |
auditLogs(OrganizationKubernetesAuditLogsConfigurationResult auditLogs)
The current configuration of Kubernetes audit logs as a data source for the organization.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOrganizationKubernetesConfigurationResult.Builder auditLogs(OrganizationKubernetesAuditLogsConfigurationResult auditLogs)
The current configuration of Kubernetes audit logs as a data source for the organization.
auditLogs - The current configuration of Kubernetes audit logs as a data source for the organization.default OrganizationKubernetesConfigurationResult.Builder auditLogs(Consumer<OrganizationKubernetesAuditLogsConfigurationResult.Builder> auditLogs)
The current configuration of Kubernetes audit logs as a data source for the organization.
This is a convenience method that creates an instance of theOrganizationKubernetesAuditLogsConfigurationResult.Builder avoiding the need to create one manually
via OrganizationKubernetesAuditLogsConfigurationResult.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to auditLogs(OrganizationKubernetesAuditLogsConfigurationResult).
auditLogs - a consumer that will call methods on
OrganizationKubernetesAuditLogsConfigurationResult.BuilderauditLogs(OrganizationKubernetesAuditLogsConfigurationResult)Copyright © 2023. All rights reserved.