public static interface FlowLogsConfigurationResult.Builder extends SdkPojo, CopyableBuilder<FlowLogsConfigurationResult.Builder,FlowLogsConfigurationResult>
Modifier and Type | Method and Description |
---|---|
FlowLogsConfigurationResult.Builder |
status(DataSourceStatus status)
Denotes whether VPC flow logs is enabled as a data source.
|
FlowLogsConfigurationResult.Builder |
status(String status)
Denotes whether VPC flow logs is enabled as a data source.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
FlowLogsConfigurationResult.Builder status(String status)
Denotes whether VPC flow logs is enabled as a data source.
status
- Denotes whether VPC flow logs is enabled as a data source.DataSourceStatus
,
DataSourceStatus
FlowLogsConfigurationResult.Builder status(DataSourceStatus status)
Denotes whether VPC flow logs is enabled as a data source.
status
- Denotes whether VPC flow logs is enabled as a data source.DataSourceStatus
,
DataSourceStatus