static CreateExpressGatewayServiceRequest.Builder |
CreateExpressGatewayServiceRequest.builder() |
|
CreateExpressGatewayServiceRequest.Builder |
CreateExpressGatewayServiceRequest.Builder.cluster(String cluster) |
The short name or full Amazon Resource Name (ARN) of the cluster on which to create the Express service.
|
CreateExpressGatewayServiceRequest.Builder |
CreateExpressGatewayServiceRequest.Builder.cpu(String cpu) |
The number of CPU units used by the task.
|
CreateExpressGatewayServiceRequest.Builder |
CreateExpressGatewayServiceRequest.Builder.executionRoleArn(String executionRoleArn) |
The Amazon Resource Name (ARN) of the task execution role that grants the Amazon ECS container agent
permission to make Amazon Web Services API calls on your behalf.
|
CreateExpressGatewayServiceRequest.Builder |
CreateExpressGatewayServiceRequest.Builder.healthCheckPath(String healthCheckPath) |
The path on the container that the Application Load Balancer uses for health checks.
|
CreateExpressGatewayServiceRequest.Builder |
CreateExpressGatewayServiceRequest.Builder.infrastructureRoleArn(String infrastructureRoleArn) |
The Amazon Resource Name (ARN) of the infrastructure role that grants Amazon ECS permission to create and
manage Amazon Web Services resources on your behalf for the Express service.
|
CreateExpressGatewayServiceRequest.Builder |
CreateExpressGatewayServiceRequest.Builder.memory(String memory) |
The amount of memory (in MiB) used by the task.
|
default CreateExpressGatewayServiceRequest.Builder |
CreateExpressGatewayServiceRequest.Builder.networkConfiguration(Consumer<ExpressGatewayServiceNetworkConfiguration.Builder> networkConfiguration) |
The network configuration for the Express service tasks.
|
CreateExpressGatewayServiceRequest.Builder |
CreateExpressGatewayServiceRequest.Builder.networkConfiguration(ExpressGatewayServiceNetworkConfiguration networkConfiguration) |
The network configuration for the Express service tasks.
|
CreateExpressGatewayServiceRequest.Builder |
CreateExpressGatewayServiceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateExpressGatewayServiceRequest.Builder |
CreateExpressGatewayServiceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
default CreateExpressGatewayServiceRequest.Builder |
CreateExpressGatewayServiceRequest.Builder.primaryContainer(Consumer<ExpressGatewayContainer.Builder> primaryContainer) |
The primary container configuration for the Express service.
|
CreateExpressGatewayServiceRequest.Builder |
CreateExpressGatewayServiceRequest.Builder.primaryContainer(ExpressGatewayContainer primaryContainer) |
The primary container configuration for the Express service.
|
default CreateExpressGatewayServiceRequest.Builder |
CreateExpressGatewayServiceRequest.Builder.scalingTarget(Consumer<ExpressGatewayScalingTarget.Builder> scalingTarget) |
The auto-scaling configuration for the Express service.
|
CreateExpressGatewayServiceRequest.Builder |
CreateExpressGatewayServiceRequest.Builder.scalingTarget(ExpressGatewayScalingTarget scalingTarget) |
The auto-scaling configuration for the Express service.
|
CreateExpressGatewayServiceRequest.Builder |
CreateExpressGatewayServiceRequest.Builder.serviceName(String serviceName) |
The name of the Express service.
|
CreateExpressGatewayServiceRequest.Builder |
CreateExpressGatewayServiceRequest.Builder.tags(Collection<Tag> tags) |
The metadata that you apply to the Express service to help categorize and organize it.
|
CreateExpressGatewayServiceRequest.Builder |
CreateExpressGatewayServiceRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
The metadata that you apply to the Express service to help categorize and organize it.
|
CreateExpressGatewayServiceRequest.Builder |
CreateExpressGatewayServiceRequest.Builder.tags(Tag... tags) |
The metadata that you apply to the Express service to help categorize and organize it.
|
CreateExpressGatewayServiceRequest.Builder |
CreateExpressGatewayServiceRequest.Builder.taskRoleArn(String taskRoleArn) |
The Amazon Resource Name (ARN) of the IAM role that containers in this task can assume.
|
CreateExpressGatewayServiceRequest.Builder |
CreateExpressGatewayServiceRequest.toBuilder() |
|