CreateServiceResponse.Builder |
CreateServiceResponse.Builder.applicationId(String applicationId) |
The ID of the application that the created service belongs to.
|
CreateServiceResponse.Builder |
CreateServiceResponse.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the service.
|
static CreateServiceResponse.Builder |
CreateServiceResponse.builder() |
|
CreateServiceResponse.Builder |
CreateServiceResponse.Builder.createdByAccountId(String createdByAccountId) |
The Amazon Web Services account ID of the service creator.
|
CreateServiceResponse.Builder |
CreateServiceResponse.Builder.createdTime(Instant createdTime) |
A timestamp that indicates when the service is created.
|
CreateServiceResponse.Builder |
CreateServiceResponse.Builder.description(String description) |
The description of the created service.
|
CreateServiceResponse.Builder |
CreateServiceResponse.Builder.endpointType(String endpointType) |
The endpoint type of the service.
|
CreateServiceResponse.Builder |
CreateServiceResponse.Builder.endpointType(ServiceEndpointType endpointType) |
The endpoint type of the service.
|
CreateServiceResponse.Builder |
CreateServiceResponse.Builder.environmentId(String environmentId) |
The unique identifier of the environment.
|
default CreateServiceResponse.Builder |
CreateServiceResponse.Builder.lambdaEndpoint(Consumer<LambdaEndpointInput.Builder> lambdaEndpoint) |
The configuration for the Lambda endpoint type.
|
CreateServiceResponse.Builder |
CreateServiceResponse.Builder.lambdaEndpoint(LambdaEndpointInput lambdaEndpoint) |
The configuration for the Lambda endpoint type.
|
CreateServiceResponse.Builder |
CreateServiceResponse.Builder.lastUpdatedTime(Instant lastUpdatedTime) |
A timestamp that indicates when the service was last updated.
|
CreateServiceResponse.Builder |
CreateServiceResponse.Builder.name(String name) |
The name of the service.
|
CreateServiceResponse.Builder |
CreateServiceResponse.Builder.ownerAccountId(String ownerAccountId) |
The Amazon Web Services account ID of the service owner.
|
CreateServiceResponse.Builder |
CreateServiceResponse.Builder.serviceId(String serviceId) |
The unique identifier of the service.
|
CreateServiceResponse.Builder |
CreateServiceResponse.Builder.state(String state) |
The current state of the service.
|
CreateServiceResponse.Builder |
CreateServiceResponse.Builder.state(ServiceState state) |
The current state of the service.
|
CreateServiceResponse.Builder |
CreateServiceResponse.Builder.tags(Map<String,String> tags) |
The tags assigned to the created service.
|
CreateServiceResponse.Builder |
CreateServiceResponse.toBuilder() |
|
default CreateServiceResponse.Builder |
CreateServiceResponse.Builder.urlEndpoint(Consumer<UrlEndpointInput.Builder> urlEndpoint) |
The configuration for the URL endpoint type.
|
CreateServiceResponse.Builder |
CreateServiceResponse.Builder.urlEndpoint(UrlEndpointInput urlEndpoint) |
The configuration for the URL endpoint type.
|
CreateServiceResponse.Builder |
CreateServiceResponse.Builder.vpcId(String vpcId) |
The ID of the VPC.
|