Interface ManagedRuleGroupVersion.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ManagedRuleGroupVersion.Builder,,ManagedRuleGroupVersion> SdkBuilder<ManagedRuleGroupVersion.Builder,,ManagedRuleGroupVersion> SdkPojo
- Enclosing class:
 ManagedRuleGroupVersion
public static interface ManagedRuleGroupVersion.Builder
extends SdkPojo, CopyableBuilder<ManagedRuleGroupVersion.Builder,ManagedRuleGroupVersion> 
- 
Method Summary
Modifier and TypeMethodDescriptionlastUpdateTimestamp(Instant lastUpdateTimestamp) The date and time that the managed rule group owner updated the rule group version information.The version name.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
name
The version name.
- Parameters:
 name- The version name.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
lastUpdateTimestamp
The date and time that the managed rule group owner updated the rule group version information.
- Parameters:
 lastUpdateTimestamp- The date and time that the managed rule group owner updated the rule group version information.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -