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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OrganizationKubernetesAuditLogsConfiguration.BuilderautoEnable(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
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 Detail
-
autoEnable
OrganizationKubernetesAuditLogsConfiguration.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.
- 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.
-
-