ECSExpressGatewayService.Builder |
ECSExpressGatewayService.Builder.activeConfigurations(Collection<ExpressGatewayServiceConfiguration> activeConfigurations) |
The list of active service configurations for the Express service.
|
ECSExpressGatewayService.Builder |
ECSExpressGatewayService.Builder.activeConfigurations(Consumer<ExpressGatewayServiceConfiguration.Builder>... activeConfigurations) |
The list of active service configurations for the Express service.
|
ECSExpressGatewayService.Builder |
ECSExpressGatewayService.Builder.activeConfigurations(ExpressGatewayServiceConfiguration... activeConfigurations) |
The list of active service configurations for the Express service.
|
static ECSExpressGatewayService.Builder |
ECSExpressGatewayService.builder() |
|
ECSExpressGatewayService.Builder |
ECSExpressGatewayService.Builder.cluster(String cluster) |
The short name or full ARN of the cluster that hosts the Express service.
|
ECSExpressGatewayService.Builder |
ECSExpressGatewayService.Builder.createdAt(Instant createdAt) |
The Unix timestamp for when the Express service was created.
|
ECSExpressGatewayService.Builder |
ECSExpressGatewayService.Builder.currentDeployment(String currentDeployment) |
The current deployment configuration for the Express service.
|
ECSExpressGatewayService.Builder |
ECSExpressGatewayService.Builder.infrastructureRoleArn(String infrastructureRoleArn) |
The ARN of the infrastructure role that manages Amazon Web Services resources for the Express service.
|
ECSExpressGatewayService.Builder |
ECSExpressGatewayService.Builder.serviceArn(String serviceArn) |
The ARN that identifies the Express service.
|
ECSExpressGatewayService.Builder |
ECSExpressGatewayService.Builder.serviceName(String serviceName) |
The name of the Express service.
|
default ECSExpressGatewayService.Builder |
ECSExpressGatewayService.Builder.status(Consumer<ExpressGatewayServiceStatus.Builder> status) |
The current status of the Express service.
|
ECSExpressGatewayService.Builder |
ECSExpressGatewayService.Builder.status(ExpressGatewayServiceStatus status) |
The current status of the Express service.
|
ECSExpressGatewayService.Builder |
ECSExpressGatewayService.Builder.tags(Collection<Tag> tags) |
The metadata applied to the Express service.
|
ECSExpressGatewayService.Builder |
ECSExpressGatewayService.Builder.tags(Consumer<Tag.Builder>... tags) |
The metadata applied to the Express service.
|
ECSExpressGatewayService.Builder |
ECSExpressGatewayService.Builder.tags(Tag... tags) |
The metadata applied to the Express service.
|
ECSExpressGatewayService.Builder |
ECSExpressGatewayService.toBuilder() |
|
ECSExpressGatewayService.Builder |
ECSExpressGatewayService.Builder.updatedAt(Instant updatedAt) |
The Unix timestamp for when the Express service was last updated.
|