Interface RuleGroupsNamespaceStatus.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RuleGroupsNamespaceStatus.Builder,,RuleGroupsNamespaceStatus> SdkBuilder<RuleGroupsNamespaceStatus.Builder,,RuleGroupsNamespaceStatus> SdkPojo
- Enclosing class:
RuleGroupsNamespaceStatus
public static interface RuleGroupsNamespaceStatus.Builder
extends SdkPojo, CopyableBuilder<RuleGroupsNamespaceStatus.Builder,RuleGroupsNamespaceStatus>
-
Method Summary
Modifier and TypeMethodDescriptionstatusCode(String statusCodeValue) Status code of this namespace.statusCode(RuleGroupsNamespaceStatusCode statusCodeValue) Status code of this namespace.statusReason(String statusReason) The reason for failure if any.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
-
statusCode
Status code of this namespace.
- Parameters:
statusCodeValue- Status code of this namespace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusCode
Status code of this namespace.
- Parameters:
statusCodeValue- Status code of this namespace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusReason
The reason for failure if any.
- Parameters:
statusReason- The reason for failure if any.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-