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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CisSessionMessage.BuildercisRuleDetails(SdkBytes cisRuleDetails)The CIS rule details for the CIS session message.CisSessionMessage.BuilderruleId(String ruleId)The rule ID for the CIS session message.CisSessionMessage.Builderstatus(String status)The status of the CIS session message.CisSessionMessage.Builderstatus(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 Detail
-
cisRuleDetails
CisSessionMessage.Builder cisRuleDetails(SdkBytes 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
CisSessionMessage.Builder ruleId(String 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
CisSessionMessage.Builder status(String 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:
CisRuleStatus,CisRuleStatus
-
status
CisSessionMessage.Builder status(CisRuleStatus 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:
CisRuleStatus,CisRuleStatus
-
-