Interface AwsGuardDutyDetectorDataSourcesKubernetesDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AwsGuardDutyDetectorDataSourcesKubernetesDetails.Builder,AwsGuardDutyDetectorDataSourcesKubernetesDetails>,SdkBuilder<AwsGuardDutyDetectorDataSourcesKubernetesDetails.Builder,AwsGuardDutyDetectorDataSourcesKubernetesDetails>,SdkPojo
- Enclosing class:
- AwsGuardDutyDetectorDataSourcesKubernetesDetails
public static interface AwsGuardDutyDetectorDataSourcesKubernetesDetails.Builder extends SdkPojo, CopyableBuilder<AwsGuardDutyDetectorDataSourcesKubernetesDetails.Builder,AwsGuardDutyDetectorDataSourcesKubernetesDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default AwsGuardDutyDetectorDataSourcesKubernetesDetails.BuilderauditLogs(Consumer<AwsGuardDutyDetectorDataSourcesKubernetesAuditLogsDetails.Builder> auditLogs)Describes whether Kubernetes audit logs are activated as a data source for the detector.AwsGuardDutyDetectorDataSourcesKubernetesDetails.BuilderauditLogs(AwsGuardDutyDetectorDataSourcesKubernetesAuditLogsDetails auditLogs)Describes whether Kubernetes audit logs are activated as a data source for the detector.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
auditLogs
AwsGuardDutyDetectorDataSourcesKubernetesDetails.Builder auditLogs(AwsGuardDutyDetectorDataSourcesKubernetesAuditLogsDetails auditLogs)
Describes whether Kubernetes audit logs are activated as a data source for the detector.
- Parameters:
auditLogs- Describes whether Kubernetes audit logs are activated as a data source for the detector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
auditLogs
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.Builderavoiding the need to create one manually viaAwsGuardDutyDetectorDataSourcesKubernetesAuditLogsDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toauditLogs(AwsGuardDutyDetectorDataSourcesKubernetesAuditLogsDetails).- Parameters:
auditLogs- a consumer that will call methods onAwsGuardDutyDetectorDataSourcesKubernetesAuditLogsDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
auditLogs(AwsGuardDutyDetectorDataSourcesKubernetesAuditLogsDetails)
-
-