Uses of Interface
software.amazon.awssdk.services.ecs.model.ExpressGatewayServiceStatus.Builder
-
Packages that use ExpressGatewayServiceStatus.Builder Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of ExpressGatewayServiceStatus.Builder in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return ExpressGatewayServiceStatus.Builder Modifier and Type Method Description static ExpressGatewayServiceStatus.BuilderExpressGatewayServiceStatus. builder()ExpressGatewayServiceStatus.BuilderExpressGatewayServiceStatus.Builder. statusCode(String statusCode)The status of the Express service.ExpressGatewayServiceStatus.BuilderExpressGatewayServiceStatus.Builder. statusCode(ExpressGatewayServiceStatusCode statusCode)The status of the Express service.ExpressGatewayServiceStatus.BuilderExpressGatewayServiceStatus.Builder. statusReason(String statusReason)Information about why the Express service is in the current status.ExpressGatewayServiceStatus.BuilderExpressGatewayServiceStatus. toBuilder()Methods in software.amazon.awssdk.services.ecs.model that return types with arguments of type ExpressGatewayServiceStatus.Builder Modifier and Type Method Description static Class<? extends ExpressGatewayServiceStatus.Builder>ExpressGatewayServiceStatus. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ecs.model with type arguments of type ExpressGatewayServiceStatus.Builder Modifier and Type Method Description default ECSExpressGatewayService.BuilderECSExpressGatewayService.Builder. status(Consumer<ExpressGatewayServiceStatus.Builder> status)The current status of the Express service.default UpdatedExpressGatewayService.BuilderUpdatedExpressGatewayService.Builder. status(Consumer<ExpressGatewayServiceStatus.Builder> status)The status of the Express service that is being updated.
-