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