Interface FlowLogSettings.UpdateStages.WithRetentionPolicy
-
- All Known Subinterfaces:
FlowLogSettings.Update
- Enclosing interface:
- FlowLogSettings.UpdateStages
public static interface FlowLogSettings.UpdateStages.WithRetentionPolicyThe stage of the flow log information update allowing to configure retention policy.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FlowLogSettings.UpdatewithRetentionPolicyDays(int days)Set the number of days to store flow log.FlowLogSettings.UpdatewithRetentionPolicyDisabled()Disable retention policy.FlowLogSettings.UpdatewithRetentionPolicyEnabled()Enable retention policy.
-
-
-
Method Detail
-
withRetentionPolicyEnabled
FlowLogSettings.Update withRetentionPolicyEnabled()
Enable retention policy.- Returns:
- the next stage of the flow log information update
-
withRetentionPolicyDisabled
FlowLogSettings.Update withRetentionPolicyDisabled()
Disable retention policy.- Returns:
- the next stage of the flow log information update
-
withRetentionPolicyDays
FlowLogSettings.Update withRetentionPolicyDays(int days)
Set the number of days to store flow log.- Parameters:
days- the number of days- Returns:
- the next stage of the flow log information update
-
-