static UpdatedExpressGatewayService.Builder |
UpdatedExpressGatewayService.builder() |
|
UpdatedExpressGatewayService.Builder |
UpdatedExpressGatewayService.Builder.cluster(String cluster) |
The cluster associated with the Express service that is being updated.
|
UpdatedExpressGatewayService.Builder |
UpdatedExpressGatewayService.Builder.createdAt(Instant createdAt) |
The Unix timestamp for when the Express service that is being updated was created.
|
UpdatedExpressGatewayService.Builder |
UpdatedExpressGatewayService.Builder.serviceArn(String serviceArn) |
The ARN of the Express service that is being updated.
|
UpdatedExpressGatewayService.Builder |
UpdatedExpressGatewayService.Builder.serviceName(String serviceName) |
The name of the Express service that is being updated.
|
default UpdatedExpressGatewayService.Builder |
UpdatedExpressGatewayService.Builder.status(Consumer<ExpressGatewayServiceStatus.Builder> status) |
The status of the Express service that is being updated.
|
UpdatedExpressGatewayService.Builder |
UpdatedExpressGatewayService.Builder.status(ExpressGatewayServiceStatus status) |
The status of the Express service that is being updated.
|
default UpdatedExpressGatewayService.Builder |
UpdatedExpressGatewayService.Builder.targetConfiguration(Consumer<ExpressGatewayServiceConfiguration.Builder> targetConfiguration) |
The configuration to which the current Express service is being updated to.
|
UpdatedExpressGatewayService.Builder |
UpdatedExpressGatewayService.Builder.targetConfiguration(ExpressGatewayServiceConfiguration targetConfiguration) |
The configuration to which the current Express service is being updated to.
|
UpdatedExpressGatewayService.Builder |
UpdatedExpressGatewayService.toBuilder() |
|
UpdatedExpressGatewayService.Builder |
UpdatedExpressGatewayService.Builder.updatedAt(Instant updatedAt) |
The Unix timestamp for when the Express service that is being updated was most recently updated.
|