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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExpressGatewayServiceStatus.BuilderstatusCode(String statusCode)The status of the Express service.ExpressGatewayServiceStatus.BuilderstatusCode(ExpressGatewayServiceStatusCode statusCode)The status of the Express service.ExpressGatewayServiceStatus.BuilderstatusReason(String statusReason)Information about why the Express service is in the current status.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
statusCode
ExpressGatewayServiceStatus.Builder statusCode(String statusCode)
The status of the Express service.
- Parameters:
statusCode- The status of the Express service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ExpressGatewayServiceStatusCode,ExpressGatewayServiceStatusCode
-
statusCode
ExpressGatewayServiceStatus.Builder statusCode(ExpressGatewayServiceStatusCode statusCode)
The status of the Express service.
- Parameters:
statusCode- The status of the Express service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ExpressGatewayServiceStatusCode,ExpressGatewayServiceStatusCode
-
statusReason
ExpressGatewayServiceStatus.Builder statusReason(String 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.
-
-