static ExpressGatewayServiceConfiguration.Builder |
ExpressGatewayServiceConfiguration.builder() |
|
ExpressGatewayServiceConfiguration.Builder |
ExpressGatewayServiceConfiguration.Builder.cpu(String cpu) |
The CPU allocation for tasks in this service revision.
|
ExpressGatewayServiceConfiguration.Builder |
ExpressGatewayServiceConfiguration.Builder.createdAt(Instant createdAt) |
The Unix timestamp for when this service revision was created.
|
ExpressGatewayServiceConfiguration.Builder |
ExpressGatewayServiceConfiguration.Builder.executionRoleArn(String executionRoleArn) |
The ARN of the task execution role for the service revision.
|
ExpressGatewayServiceConfiguration.Builder |
ExpressGatewayServiceConfiguration.Builder.healthCheckPath(String healthCheckPath) |
The health check path for this service revision.
|
ExpressGatewayServiceConfiguration.Builder |
ExpressGatewayServiceConfiguration.Builder.ingressPaths(Collection<IngressPathSummary> ingressPaths) |
The entry point into this service revision.
|
ExpressGatewayServiceConfiguration.Builder |
ExpressGatewayServiceConfiguration.Builder.ingressPaths(Consumer<IngressPathSummary.Builder>... ingressPaths) |
The entry point into this service revision.
|
ExpressGatewayServiceConfiguration.Builder |
ExpressGatewayServiceConfiguration.Builder.ingressPaths(IngressPathSummary... ingressPaths) |
The entry point into this service revision.
|
ExpressGatewayServiceConfiguration.Builder |
ExpressGatewayServiceConfiguration.Builder.memory(String memory) |
The memory allocation for tasks in this service revision.
|
default ExpressGatewayServiceConfiguration.Builder |
ExpressGatewayServiceConfiguration.Builder.networkConfiguration(Consumer<ExpressGatewayServiceNetworkConfiguration.Builder> networkConfiguration) |
The network configuration for tasks in this service revision.
|
ExpressGatewayServiceConfiguration.Builder |
ExpressGatewayServiceConfiguration.Builder.networkConfiguration(ExpressGatewayServiceNetworkConfiguration networkConfiguration) |
The network configuration for tasks in this service revision.
|
default ExpressGatewayServiceConfiguration.Builder |
ExpressGatewayServiceConfiguration.Builder.primaryContainer(Consumer<ExpressGatewayContainer.Builder> primaryContainer) |
The primary container configuration for this service revision.
|
ExpressGatewayServiceConfiguration.Builder |
ExpressGatewayServiceConfiguration.Builder.primaryContainer(ExpressGatewayContainer primaryContainer) |
The primary container configuration for this service revision.
|
default ExpressGatewayServiceConfiguration.Builder |
ExpressGatewayServiceConfiguration.Builder.scalingTarget(Consumer<ExpressGatewayScalingTarget.Builder> scalingTarget) |
The auto-scaling configuration for this service revision.
|
ExpressGatewayServiceConfiguration.Builder |
ExpressGatewayServiceConfiguration.Builder.scalingTarget(ExpressGatewayScalingTarget scalingTarget) |
The auto-scaling configuration for this service revision.
|
ExpressGatewayServiceConfiguration.Builder |
ExpressGatewayServiceConfiguration.Builder.serviceRevisionArn(String serviceRevisionArn) |
The ARN of the service revision.
|
ExpressGatewayServiceConfiguration.Builder |
ExpressGatewayServiceConfiguration.Builder.taskRoleArn(String taskRoleArn) |
The ARN of the task role for the service revision.
|
ExpressGatewayServiceConfiguration.Builder |
ExpressGatewayServiceConfiguration.toBuilder() |
|