Interface DetectionRuleOrgConfigurationSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DetectionRuleOrgConfigurationSummary.Builder,,DetectionRuleOrgConfigurationSummary> SdkBuilder<DetectionRuleOrgConfigurationSummary.Builder,,DetectionRuleOrgConfigurationSummary> SdkPojo
- Enclosing class:
DetectionRuleOrgConfigurationSummary
@Mutable
@NotThreadSafe
public static interface DetectionRuleOrgConfigurationSummary.Builder
extends SdkPojo, CopyableBuilder<DetectionRuleOrgConfigurationSummary.Builder,DetectionRuleOrgConfigurationSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe timestamp when the organization configuration was created.The timestamp when the organization configuration expires.The rule execution mode.mode(AssociationMode mode) The rule execution mode.The unique identifier for the custom detection rule.The configuration status.The configuration status.statusReason(String statusReason) The reason for the current configuration status.The timestamp when the organization configuration was last updated.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, sdkFieldNameToField, sdkFields
-
Method Details
-
ruleId
The unique identifier for the custom detection rule.
- Parameters:
ruleId- The unique identifier for the custom detection rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mode
The rule execution mode.
- Parameters:
mode- The rule execution mode.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
mode
The rule execution mode.
- Parameters:
mode- The rule execution mode.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The configuration status.
- Parameters:
status- The configuration status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The configuration status.
- Parameters:
status- The configuration status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusReason
The reason for the current configuration status.
- Parameters:
statusReason- The reason for the current configuration status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The timestamp when the organization configuration was created.
- Parameters:
createdAt- The timestamp when the organization configuration was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The timestamp when the organization configuration was last updated.
- Parameters:
updatedAt- The timestamp when the organization configuration was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
expiresAt
The timestamp when the organization configuration expires.
- Parameters:
expiresAt- The timestamp when the organization configuration expires.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-