CreateServiceRequest.Builder |
CreateServiceRequest.Builder.applicationIdentifier(String applicationIdentifier) |
The ID of the application which the service is created.
|
static CreateServiceRequest.Builder |
CreateServiceRequest.builder() |
|
CreateServiceRequest.Builder |
CreateServiceRequest.Builder.clientToken(String clientToken) |
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateServiceRequest.Builder |
CreateServiceRequest.Builder.description(String description) |
The description of the service.
|
CreateServiceRequest.Builder |
CreateServiceRequest.Builder.endpointType(String endpointType) |
The type of endpoint to use for the service.
|
CreateServiceRequest.Builder |
CreateServiceRequest.Builder.endpointType(ServiceEndpointType endpointType) |
The type of endpoint to use for the service.
|
CreateServiceRequest.Builder |
CreateServiceRequest.Builder.environmentIdentifier(String environmentIdentifier) |
The ID of the environment in which the service is created.
|
default CreateServiceRequest.Builder |
CreateServiceRequest.Builder.lambdaEndpoint(Consumer<LambdaEndpointInput.Builder> lambdaEndpoint) |
The configuration for the Lambda endpoint type.
|
CreateServiceRequest.Builder |
CreateServiceRequest.Builder.lambdaEndpoint(LambdaEndpointInput lambdaEndpoint) |
The configuration for the Lambda endpoint type.
|
CreateServiceRequest.Builder |
CreateServiceRequest.Builder.name(String name) |
The name of the service.
|
CreateServiceRequest.Builder |
CreateServiceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateServiceRequest.Builder |
CreateServiceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateServiceRequest.Builder |
CreateServiceRequest.Builder.tags(Map<String,String> tags) |
The tags to assign to the service.
|
CreateServiceRequest.Builder |
CreateServiceRequest.toBuilder() |
|
default CreateServiceRequest.Builder |
CreateServiceRequest.Builder.urlEndpoint(Consumer<UrlEndpointInput.Builder> urlEndpoint) |
The configuration for the URL endpoint type.
|
CreateServiceRequest.Builder |
CreateServiceRequest.Builder.urlEndpoint(UrlEndpointInput urlEndpoint) |
The configuration for the URL endpoint type.
|
CreateServiceRequest.Builder |
CreateServiceRequest.Builder.vpcId(String vpcId) |
The ID of the VPC.
|