Uses of Interface
software.amazon.awssdk.services.guardduty.model.OrganizationS3LogsConfiguration.Builder
-
Packages that use OrganizationS3LogsConfiguration.Builder Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of OrganizationS3LogsConfiguration.Builder in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return OrganizationS3LogsConfiguration.Builder Modifier and Type Method Description OrganizationS3LogsConfiguration.BuilderOrganizationS3LogsConfiguration.Builder. autoEnable(Boolean autoEnable)A value that contains information on whether S3 data event logs will be enabled automatically as a data source for the organization.static OrganizationS3LogsConfiguration.BuilderOrganizationS3LogsConfiguration. builder()OrganizationS3LogsConfiguration.BuilderOrganizationS3LogsConfiguration. toBuilder()Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type OrganizationS3LogsConfiguration.Builder Modifier and Type Method Description static Class<? extends OrganizationS3LogsConfiguration.Builder>OrganizationS3LogsConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.guardduty.model with type arguments of type OrganizationS3LogsConfiguration.Builder Modifier and Type Method Description default OrganizationDataSourceConfigurations.BuilderOrganizationDataSourceConfigurations.Builder. s3Logs(Consumer<OrganizationS3LogsConfiguration.Builder> s3Logs)Describes whether S3 data event logs are enabled for new members of the organization.
-