static UpdateExpressGatewayServiceRequest.Builder |
UpdateExpressGatewayServiceRequest.builder() |
|
UpdateExpressGatewayServiceRequest.Builder |
UpdateExpressGatewayServiceRequest.Builder.cpu(String cpu) |
The number of CPU units used by the task.
|
UpdateExpressGatewayServiceRequest.Builder |
UpdateExpressGatewayServiceRequest.Builder.executionRoleArn(String executionRoleArn) |
The Amazon Resource Name (ARN) of the task execution role for the Express service.
|
UpdateExpressGatewayServiceRequest.Builder |
UpdateExpressGatewayServiceRequest.Builder.healthCheckPath(String healthCheckPath) |
The path on the container for Application Load Balancer health checks.
|
UpdateExpressGatewayServiceRequest.Builder |
UpdateExpressGatewayServiceRequest.Builder.memory(String memory) |
The amount of memory (in MiB) used by the task.
|
default UpdateExpressGatewayServiceRequest.Builder |
UpdateExpressGatewayServiceRequest.Builder.networkConfiguration(Consumer<ExpressGatewayServiceNetworkConfiguration.Builder> networkConfiguration) |
The network configuration for the Express service tasks.
|
UpdateExpressGatewayServiceRequest.Builder |
UpdateExpressGatewayServiceRequest.Builder.networkConfiguration(ExpressGatewayServiceNetworkConfiguration networkConfiguration) |
The network configuration for the Express service tasks.
|
UpdateExpressGatewayServiceRequest.Builder |
UpdateExpressGatewayServiceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateExpressGatewayServiceRequest.Builder |
UpdateExpressGatewayServiceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
default UpdateExpressGatewayServiceRequest.Builder |
UpdateExpressGatewayServiceRequest.Builder.primaryContainer(Consumer<ExpressGatewayContainer.Builder> primaryContainer) |
The primary container configuration for the Express service.
|
UpdateExpressGatewayServiceRequest.Builder |
UpdateExpressGatewayServiceRequest.Builder.primaryContainer(ExpressGatewayContainer primaryContainer) |
The primary container configuration for the Express service.
|
default UpdateExpressGatewayServiceRequest.Builder |
UpdateExpressGatewayServiceRequest.Builder.scalingTarget(Consumer<ExpressGatewayScalingTarget.Builder> scalingTarget) |
The auto-scaling configuration for the Express service.
|
UpdateExpressGatewayServiceRequest.Builder |
UpdateExpressGatewayServiceRequest.Builder.scalingTarget(ExpressGatewayScalingTarget scalingTarget) |
The auto-scaling configuration for the Express service.
|
UpdateExpressGatewayServiceRequest.Builder |
UpdateExpressGatewayServiceRequest.Builder.serviceArn(String serviceArn) |
The Amazon Resource Name (ARN) of the Express service to update.
|
UpdateExpressGatewayServiceRequest.Builder |
UpdateExpressGatewayServiceRequest.Builder.taskRoleArn(String taskRoleArn) |
The Amazon Resource Name (ARN) of the IAM role for containers in this task.
|
UpdateExpressGatewayServiceRequest.Builder |
UpdateExpressGatewayServiceRequest.toBuilder() |
|