Interface ExpressGatewayServiceStatus.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ExpressGatewayServiceStatus.Builder,,ExpressGatewayServiceStatus> SdkBuilder<ExpressGatewayServiceStatus.Builder,,ExpressGatewayServiceStatus> SdkPojo
- Enclosing class:
ExpressGatewayServiceStatus
@Mutable
@NotThreadSafe
public static interface ExpressGatewayServiceStatus.Builder
extends SdkPojo, CopyableBuilder<ExpressGatewayServiceStatus.Builder,ExpressGatewayServiceStatus>
-
Method Summary
Modifier and TypeMethodDescriptionstatusCode(String statusCodeValue) The status of the Express service.statusCode(ExpressGatewayServiceStatusCode statusCodeValue) The status of the Express service.statusReason(String statusReason) Information about why the Express service is in the current status.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 status of the Express service.
- Parameters:
statusCodeValue- The status of the Express service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusCode
The status of the Express service.
- Parameters:
statusCodeValue- The status of the Express service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusReason
Information about why the Express service is in the current status.
- Parameters:
statusReason- Information about why the Express service is in the current status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-