@Generated(value="software.amazon.awssdk:codegen") public final class AwsGuardDutyDetectorDataSourcesDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsGuardDutyDetectorDataSourcesDetails.Builder,AwsGuardDutyDetectorDataSourcesDetails>
Describes which data sources are activated for the detector.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsGuardDutyDetectorDataSourcesDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AwsGuardDutyDetectorDataSourcesDetails.Builder |
builder() |
AwsGuardDutyDetectorDataSourcesCloudTrailDetails |
cloudTrail()
An object that contains information on the status of CloudTrail as a data source for the detector.
|
AwsGuardDutyDetectorDataSourcesDnsLogsDetails |
dnsLogs()
An object that contains information on the status of DNS logs as a data source for the detector.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
AwsGuardDutyDetectorDataSourcesFlowLogsDetails |
flowLogs()
An object that contains information on the status of VPC Flow Logs as a data source for the detector.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
AwsGuardDutyDetectorDataSourcesKubernetesDetails |
kubernetes()
An object that contains information on the status of Kubernetes data sources for the detector.
|
AwsGuardDutyDetectorDataSourcesMalwareProtectionDetails |
malwareProtection()
An object that contains information on the status of Malware Protection as a data source for the detector.
|
AwsGuardDutyDetectorDataSourcesS3LogsDetails |
s3Logs()
An object that contains information on the status of S3 Data event logs as a data source for the detector.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AwsGuardDutyDetectorDataSourcesDetails.Builder> |
serializableBuilderClass() |
AwsGuardDutyDetectorDataSourcesDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final AwsGuardDutyDetectorDataSourcesCloudTrailDetails cloudTrail()
An object that contains information on the status of CloudTrail as a data source for the detector.
public final AwsGuardDutyDetectorDataSourcesDnsLogsDetails dnsLogs()
An object that contains information on the status of DNS logs as a data source for the detector.
public final AwsGuardDutyDetectorDataSourcesFlowLogsDetails flowLogs()
An object that contains information on the status of VPC Flow Logs as a data source for the detector.
public final AwsGuardDutyDetectorDataSourcesKubernetesDetails kubernetes()
An object that contains information on the status of Kubernetes data sources for the detector.
public final AwsGuardDutyDetectorDataSourcesMalwareProtectionDetails malwareProtection()
An object that contains information on the status of Malware Protection as a data source for the detector.
public final AwsGuardDutyDetectorDataSourcesS3LogsDetails s3Logs()
An object that contains information on the status of S3 Data event logs as a data source for the detector.
public AwsGuardDutyDetectorDataSourcesDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AwsGuardDutyDetectorDataSourcesDetails.Builder,AwsGuardDutyDetectorDataSourcesDetails>public static AwsGuardDutyDetectorDataSourcesDetails.Builder builder()
public static Class<? extends AwsGuardDutyDetectorDataSourcesDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.