Interface CisSessionMessage.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CisSessionMessage.Builder,
,CisSessionMessage> SdkBuilder<CisSessionMessage.Builder,
,CisSessionMessage> SdkPojo
- Enclosing class:
CisSessionMessage
public static interface CisSessionMessage.Builder
extends SdkPojo, CopyableBuilder<CisSessionMessage.Builder,CisSessionMessage>
-
Method Summary
Modifier 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.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
cisRuleDetails
The 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.
-
ruleId
The 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.
-
status
The 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:
-
status
The 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:
-