Class AwsGuardDutyDetectorDataSourcesDetails
- java.lang.Object
-
- software.amazon.awssdk.services.securityhub.model.AwsGuardDutyDetectorDataSourcesDetails
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AwsGuardDutyDetectorDataSourcesDetails.Builder,AwsGuardDutyDetectorDataSourcesDetails>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAwsGuardDutyDetectorDataSourcesDetails.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AwsGuardDutyDetectorDataSourcesDetails.Builderbuilder()AwsGuardDutyDetectorDataSourcesCloudTrailDetailscloudTrail()An object that contains information on the status of CloudTrail as a data source for the detector.AwsGuardDutyDetectorDataSourcesDnsLogsDetailsdnsLogs()An object that contains information on the status of DNS logs as a data source for the detector.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)AwsGuardDutyDetectorDataSourcesFlowLogsDetailsflowLogs()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)inthashCode()AwsGuardDutyDetectorDataSourcesKubernetesDetailskubernetes()An object that contains information on the status of Kubernetes data sources for the detector.AwsGuardDutyDetectorDataSourcesMalwareProtectionDetailsmalwareProtection()An object that contains information on the status of Malware Protection as a data source for the detector.AwsGuardDutyDetectorDataSourcesS3LogsDetailss3Logs()An object that contains information on the status of S3 Data event logs as a data source for the detector.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends AwsGuardDutyDetectorDataSourcesDetails.Builder>serializableBuilderClass()AwsGuardDutyDetectorDataSourcesDetails.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
cloudTrail
public final AwsGuardDutyDetectorDataSourcesCloudTrailDetails cloudTrail()
An object that contains information on the status of CloudTrail as a data source for the detector.
- Returns:
- An object that contains information on the status of CloudTrail as a data source for the detector.
-
dnsLogs
public final AwsGuardDutyDetectorDataSourcesDnsLogsDetails dnsLogs()
An object that contains information on the status of DNS logs as a data source for the detector.
- Returns:
- An object that contains information on the status of DNS logs as a data source for the detector.
-
flowLogs
public final AwsGuardDutyDetectorDataSourcesFlowLogsDetails flowLogs()
An object that contains information on the status of VPC Flow Logs as a data source for the detector.
- Returns:
- An object that contains information on the status of VPC Flow Logs as a data source for the detector.
-
kubernetes
public final AwsGuardDutyDetectorDataSourcesKubernetesDetails kubernetes()
An object that contains information on the status of Kubernetes data sources for the detector.
- Returns:
- An object that contains information on the status of Kubernetes data sources for the detector.
-
malwareProtection
public final AwsGuardDutyDetectorDataSourcesMalwareProtectionDetails malwareProtection()
An object that contains information on the status of Malware Protection as a data source for the detector.
- Returns:
- An object that contains information on the status of Malware Protection as a data source for the detector.
-
s3Logs
public final AwsGuardDutyDetectorDataSourcesS3LogsDetails s3Logs()
An object that contains information on the status of S3 Data event logs as a data source for the detector.
- Returns:
- An object that contains information on the status of S3 Data event logs as a data source for the detector.
-
toBuilder
public AwsGuardDutyDetectorDataSourcesDetails.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AwsGuardDutyDetectorDataSourcesDetails.Builder,AwsGuardDutyDetectorDataSourcesDetails>
-
builder
public static AwsGuardDutyDetectorDataSourcesDetails.Builder builder()
-
serializableBuilderClass
public static Class<? extends AwsGuardDutyDetectorDataSourcesDetails.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-