public static interface AwsGuardDutyDetectorDataSourcesDetails.Builder extends SdkPojo, CopyableBuilder<AwsGuardDutyDetectorDataSourcesDetails.Builder,AwsGuardDutyDetectorDataSourcesDetails>
| Modifier and Type | Method and Description |
|---|---|
AwsGuardDutyDetectorDataSourcesDetails.Builder |
cloudTrail(AwsGuardDutyDetectorDataSourcesCloudTrailDetails cloudTrail)
An object that contains information on the status of CloudTrail as a data source for the detector.
|
default AwsGuardDutyDetectorDataSourcesDetails.Builder |
cloudTrail(Consumer<AwsGuardDutyDetectorDataSourcesCloudTrailDetails.Builder> cloudTrail)
An object that contains information on the status of CloudTrail as a data source for the detector.
|
AwsGuardDutyDetectorDataSourcesDetails.Builder |
dnsLogs(AwsGuardDutyDetectorDataSourcesDnsLogsDetails dnsLogs)
An object that contains information on the status of DNS logs as a data source for the detector.
|
default AwsGuardDutyDetectorDataSourcesDetails.Builder |
dnsLogs(Consumer<AwsGuardDutyDetectorDataSourcesDnsLogsDetails.Builder> dnsLogs)
An object that contains information on the status of DNS logs as a data source for the detector.
|
AwsGuardDutyDetectorDataSourcesDetails.Builder |
flowLogs(AwsGuardDutyDetectorDataSourcesFlowLogsDetails flowLogs)
An object that contains information on the status of VPC Flow Logs as a data source for the detector.
|
default AwsGuardDutyDetectorDataSourcesDetails.Builder |
flowLogs(Consumer<AwsGuardDutyDetectorDataSourcesFlowLogsDetails.Builder> flowLogs)
An object that contains information on the status of VPC Flow Logs as a data source for the detector.
|
AwsGuardDutyDetectorDataSourcesDetails.Builder |
kubernetes(AwsGuardDutyDetectorDataSourcesKubernetesDetails kubernetes)
An object that contains information on the status of Kubernetes data sources for the detector.
|
default AwsGuardDutyDetectorDataSourcesDetails.Builder |
kubernetes(Consumer<AwsGuardDutyDetectorDataSourcesKubernetesDetails.Builder> kubernetes)
An object that contains information on the status of Kubernetes data sources for the detector.
|
AwsGuardDutyDetectorDataSourcesDetails.Builder |
malwareProtection(AwsGuardDutyDetectorDataSourcesMalwareProtectionDetails malwareProtection)
An object that contains information on the status of Malware Protection as a data source for the detector.
|
default AwsGuardDutyDetectorDataSourcesDetails.Builder |
malwareProtection(Consumer<AwsGuardDutyDetectorDataSourcesMalwareProtectionDetails.Builder> malwareProtection)
An object that contains information on the status of Malware Protection as a data source for the detector.
|
AwsGuardDutyDetectorDataSourcesDetails.Builder |
s3Logs(AwsGuardDutyDetectorDataSourcesS3LogsDetails s3Logs)
An object that contains information on the status of S3 Data event logs as a data source for the detector.
|
default AwsGuardDutyDetectorDataSourcesDetails.Builder |
s3Logs(Consumer<AwsGuardDutyDetectorDataSourcesS3LogsDetails.Builder> s3Logs)
An object that contains information on the status of S3 Data event logs as a data source for the detector.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsGuardDutyDetectorDataSourcesDetails.Builder cloudTrail(AwsGuardDutyDetectorDataSourcesCloudTrailDetails cloudTrail)
An object that contains information on the status of CloudTrail as a data source for the detector.
cloudTrail - An object that contains information on the status of CloudTrail as a data source for the detector.default AwsGuardDutyDetectorDataSourcesDetails.Builder cloudTrail(Consumer<AwsGuardDutyDetectorDataSourcesCloudTrailDetails.Builder> cloudTrail)
An object that contains information on the status of CloudTrail as a data source for the detector.
This is a convenience method that creates an instance of theAwsGuardDutyDetectorDataSourcesCloudTrailDetails.Builder avoiding the need to create one manually via
AwsGuardDutyDetectorDataSourcesCloudTrailDetails.builder().
When the Consumer completes, SdkBuilder.build()
is called immediately and its result is passed to
cloudTrail(AwsGuardDutyDetectorDataSourcesCloudTrailDetails).
cloudTrail - a consumer that will call methods on AwsGuardDutyDetectorDataSourcesCloudTrailDetails.BuildercloudTrail(AwsGuardDutyDetectorDataSourcesCloudTrailDetails)AwsGuardDutyDetectorDataSourcesDetails.Builder dnsLogs(AwsGuardDutyDetectorDataSourcesDnsLogsDetails dnsLogs)
An object that contains information on the status of DNS logs as a data source for the detector.
dnsLogs - An object that contains information on the status of DNS logs as a data source for the detector.default AwsGuardDutyDetectorDataSourcesDetails.Builder dnsLogs(Consumer<AwsGuardDutyDetectorDataSourcesDnsLogsDetails.Builder> dnsLogs)
An object that contains information on the status of DNS logs as a data source for the detector.
This is a convenience method that creates an instance of theAwsGuardDutyDetectorDataSourcesDnsLogsDetails.Builder avoiding the need to create one manually via
AwsGuardDutyDetectorDataSourcesDnsLogsDetails.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to
dnsLogs(AwsGuardDutyDetectorDataSourcesDnsLogsDetails).
dnsLogs - a consumer that will call methods on AwsGuardDutyDetectorDataSourcesDnsLogsDetails.BuilderdnsLogs(AwsGuardDutyDetectorDataSourcesDnsLogsDetails)AwsGuardDutyDetectorDataSourcesDetails.Builder flowLogs(AwsGuardDutyDetectorDataSourcesFlowLogsDetails flowLogs)
An object that contains information on the status of VPC Flow Logs as a data source for the detector.
flowLogs - An object that contains information on the status of VPC Flow Logs as a data source for the detector.default AwsGuardDutyDetectorDataSourcesDetails.Builder flowLogs(Consumer<AwsGuardDutyDetectorDataSourcesFlowLogsDetails.Builder> flowLogs)
An object that contains information on the status of VPC Flow Logs as a data source for the detector.
This is a convenience method that creates an instance of theAwsGuardDutyDetectorDataSourcesFlowLogsDetails.Builder avoiding the need to create one manually via
AwsGuardDutyDetectorDataSourcesFlowLogsDetails.builder().
When the Consumer completes, SdkBuilder.build()
is called immediately and its result is passed to
flowLogs(AwsGuardDutyDetectorDataSourcesFlowLogsDetails).
flowLogs - a consumer that will call methods on AwsGuardDutyDetectorDataSourcesFlowLogsDetails.BuilderflowLogs(AwsGuardDutyDetectorDataSourcesFlowLogsDetails)AwsGuardDutyDetectorDataSourcesDetails.Builder kubernetes(AwsGuardDutyDetectorDataSourcesKubernetesDetails kubernetes)
An object that contains information on the status of Kubernetes data sources for the detector.
kubernetes - An object that contains information on the status of Kubernetes data sources for the detector.default AwsGuardDutyDetectorDataSourcesDetails.Builder kubernetes(Consumer<AwsGuardDutyDetectorDataSourcesKubernetesDetails.Builder> kubernetes)
An object that contains information on the status of Kubernetes data sources for the detector.
This is a convenience method that creates an instance of theAwsGuardDutyDetectorDataSourcesKubernetesDetails.Builder avoiding the need to create one manually via
AwsGuardDutyDetectorDataSourcesKubernetesDetails.builder().
When the Consumer completes, SdkBuilder.build()
is called immediately and its result is passed to
kubernetes(AwsGuardDutyDetectorDataSourcesKubernetesDetails).
kubernetes - a consumer that will call methods on AwsGuardDutyDetectorDataSourcesKubernetesDetails.Builderkubernetes(AwsGuardDutyDetectorDataSourcesKubernetesDetails)AwsGuardDutyDetectorDataSourcesDetails.Builder malwareProtection(AwsGuardDutyDetectorDataSourcesMalwareProtectionDetails malwareProtection)
An object that contains information on the status of Malware Protection as a data source for the detector.
malwareProtection - An object that contains information on the status of Malware Protection as a data source for the
detector.default AwsGuardDutyDetectorDataSourcesDetails.Builder malwareProtection(Consumer<AwsGuardDutyDetectorDataSourcesMalwareProtectionDetails.Builder> malwareProtection)
An object that contains information on the status of Malware Protection as a data source for the detector.
This is a convenience method that creates an instance of theAwsGuardDutyDetectorDataSourcesMalwareProtectionDetails.Builder avoiding the need to create one
manually via AwsGuardDutyDetectorDataSourcesMalwareProtectionDetails.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to malwareProtection(AwsGuardDutyDetectorDataSourcesMalwareProtectionDetails).
malwareProtection - a consumer that will call methods on
AwsGuardDutyDetectorDataSourcesMalwareProtectionDetails.BuildermalwareProtection(AwsGuardDutyDetectorDataSourcesMalwareProtectionDetails)AwsGuardDutyDetectorDataSourcesDetails.Builder s3Logs(AwsGuardDutyDetectorDataSourcesS3LogsDetails s3Logs)
An object that contains information on the status of S3 Data event logs as a data source for the detector.
s3Logs - An object that contains information on the status of S3 Data event logs as a data source for the
detector.default AwsGuardDutyDetectorDataSourcesDetails.Builder s3Logs(Consumer<AwsGuardDutyDetectorDataSourcesS3LogsDetails.Builder> s3Logs)
An object that contains information on the status of S3 Data event logs as a data source for the detector.
This is a convenience method that creates an instance of theAwsGuardDutyDetectorDataSourcesS3LogsDetails.Builder avoiding the need to create one manually via
AwsGuardDutyDetectorDataSourcesS3LogsDetails.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to s3Logs(AwsGuardDutyDetectorDataSourcesS3LogsDetails).
s3Logs - a consumer that will call methods on AwsGuardDutyDetectorDataSourcesS3LogsDetails.Builders3Logs(AwsGuardDutyDetectorDataSourcesS3LogsDetails)Copyright © 2023. All rights reserved.