Class OrganizationDataSourceConfigurations
- java.lang.Object
-
- software.amazon.awssdk.services.guardduty.model.OrganizationDataSourceConfigurations
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<OrganizationDataSourceConfigurations.Builder,OrganizationDataSourceConfigurations>
@Generated("software.amazon.awssdk:codegen") public final class OrganizationDataSourceConfigurations extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OrganizationDataSourceConfigurations.Builder,OrganizationDataSourceConfigurations>
An object that contains information on which data sources will be configured to be automatically enabled for new members within the organization.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceOrganizationDataSourceConfigurations.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OrganizationDataSourceConfigurations.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()OrganizationKubernetesConfigurationkubernetes()Describes the configuration of Kubernetes data sources for new members of the organization.OrganizationMalwareProtectionConfigurationmalwareProtection()Describes the configuration of Malware Protection for new members of the organization.OrganizationS3LogsConfigurations3Logs()Describes whether S3 data event logs are enabled for new members of the organization.List<SdkField<?>>sdkFields()static Class<? extends OrganizationDataSourceConfigurations.Builder>serializableBuilderClass()OrganizationDataSourceConfigurations.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
-
s3Logs
public final OrganizationS3LogsConfiguration s3Logs()
Describes whether S3 data event logs are enabled for new members of the organization.
- Returns:
- Describes whether S3 data event logs are enabled for new members of the organization.
-
kubernetes
public final OrganizationKubernetesConfiguration kubernetes()
Describes the configuration of Kubernetes data sources for new members of the organization.
- Returns:
- Describes the configuration of Kubernetes data sources for new members of the organization.
-
malwareProtection
public final OrganizationMalwareProtectionConfiguration malwareProtection()
Describes the configuration of Malware Protection for new members of the organization.
- Returns:
- Describes the configuration of Malware Protection for new members of the organization.
-
toBuilder
public OrganizationDataSourceConfigurations.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<OrganizationDataSourceConfigurations.Builder,OrganizationDataSourceConfigurations>
-
builder
public static OrganizationDataSourceConfigurations.Builder builder()
-
serializableBuilderClass
public static Class<? extends OrganizationDataSourceConfigurations.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.
-
-