Uses of Interface
software.amazon.awssdk.services.guardduty.model.S3LogsConfigurationResult.Builder
-
Packages that use S3LogsConfigurationResult.Builder Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of S3LogsConfigurationResult.Builder in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return S3LogsConfigurationResult.Builder Modifier and Type Method Description static S3LogsConfigurationResult.BuilderS3LogsConfigurationResult. builder()S3LogsConfigurationResult.BuilderS3LogsConfigurationResult.Builder. status(String status)A value that describes whether S3 data event logs are automatically enabled for new members of the organization.S3LogsConfigurationResult.BuilderS3LogsConfigurationResult.Builder. status(DataSourceStatus status)A value that describes whether S3 data event logs are automatically enabled for new members of the organization.S3LogsConfigurationResult.BuilderS3LogsConfigurationResult. toBuilder()Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type S3LogsConfigurationResult.Builder Modifier and Type Method Description static Class<? extends S3LogsConfigurationResult.Builder>S3LogsConfigurationResult. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.guardduty.model with type arguments of type S3LogsConfigurationResult.Builder Modifier and Type Method Description default DataSourceConfigurationsResult.BuilderDataSourceConfigurationsResult.Builder. s3Logs(Consumer<S3LogsConfigurationResult.Builder> s3Logs)An object that contains information on the status of S3 Data event logs as a data source.
-