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