Interface CisSessionMessage.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<CisSessionMessage.Builder,,- CisSessionMessage> - SdkBuilder<CisSessionMessage.Builder,,- CisSessionMessage> - SdkPojo
- Enclosing class:
- CisSessionMessage
@Mutable
@NotThreadSafe
public static interface CisSessionMessage.Builder
extends SdkPojo, CopyableBuilder<CisSessionMessage.Builder,CisSessionMessage> 
- 
Method SummaryModifier and TypeMethodDescriptioncisRuleDetails(SdkBytes cisRuleDetails) The CIS rule details for the CIS session message.The rule ID for the CIS session message.The status of the CIS session message.status(CisRuleStatus status) The status of the CIS session message.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
ruleIdThe rule ID for the CIS session message. - Parameters:
- ruleId- The rule ID for the CIS session message.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statusThe status of the CIS session message. - Parameters:
- status- The status of the CIS session message.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusThe status of the CIS session message. - Parameters:
- status- The status of the CIS session message.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
cisRuleDetailsThe CIS rule details for the CIS session message. - Parameters:
- cisRuleDetails- The CIS rule details for the CIS session message.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-