Uses of Interface
software.amazon.awssdk.services.guardduty.model.FlowLogsConfigurationResult.Builder
-
Packages that use FlowLogsConfigurationResult.Builder Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of FlowLogsConfigurationResult.Builder in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return FlowLogsConfigurationResult.Builder Modifier and Type Method Description static FlowLogsConfigurationResult.BuilderFlowLogsConfigurationResult. builder()FlowLogsConfigurationResult.BuilderFlowLogsConfigurationResult.Builder. status(String status)Denotes whether VPC flow logs is enabled as a data source.FlowLogsConfigurationResult.BuilderFlowLogsConfigurationResult.Builder. status(DataSourceStatus status)Denotes whether VPC flow logs is enabled as a data source.FlowLogsConfigurationResult.BuilderFlowLogsConfigurationResult. toBuilder()Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type FlowLogsConfigurationResult.Builder Modifier and Type Method Description static Class<? extends FlowLogsConfigurationResult.Builder>FlowLogsConfigurationResult. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.guardduty.model with type arguments of type FlowLogsConfigurationResult.Builder Modifier and Type Method Description default DataSourceConfigurationsResult.BuilderDataSourceConfigurationsResult.Builder. flowLogs(Consumer<FlowLogsConfigurationResult.Builder> flowLogs)An object that contains information on the status of VPC flow logs as a data source.
-