Interface OrganizationKubernetesAuditLogsConfigurationResult.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<OrganizationKubernetesAuditLogsConfigurationResult.Builder,
,OrganizationKubernetesAuditLogsConfigurationResult> SdkBuilder<OrganizationKubernetesAuditLogsConfigurationResult.Builder,
,OrganizationKubernetesAuditLogsConfigurationResult> SdkPojo
- Enclosing class:
OrganizationKubernetesAuditLogsConfigurationResult
public static interface OrganizationKubernetesAuditLogsConfigurationResult.Builder
extends SdkPojo, CopyableBuilder<OrganizationKubernetesAuditLogsConfigurationResult.Builder,OrganizationKubernetesAuditLogsConfigurationResult>
-
Method Summary
Modifier and TypeMethodDescriptionautoEnable
(Boolean autoEnable) Whether Kubernetes audit logs data source should be auto-enabled for new members joining the organization.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
autoEnable
Whether Kubernetes audit logs data source should be auto-enabled for new members joining the organization.
- Parameters:
autoEnable
- Whether Kubernetes audit logs data source should be auto-enabled for new members joining the organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-