public static interface ServiceSummary.Builder extends SdkPojo, CopyableBuilder<ServiceSummary.Builder,ServiceSummary>
| Modifier and Type | Method and Description |
|---|---|
ServiceSummary.Builder |
applicationId(String applicationId)
The unique identifier of the application.
|
ServiceSummary.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the service.
|
ServiceSummary.Builder |
createdByAccountId(String createdByAccountId)
The Amazon Web Services account ID of the service creator.
|
ServiceSummary.Builder |
createdTime(Instant createdTime)
A timestamp that indicates when the service is created.
|
ServiceSummary.Builder |
description(String description)
A description of the service.
|
ServiceSummary.Builder |
endpointType(ServiceEndpointType endpointType)
The endpoint type of the service.
|
ServiceSummary.Builder |
endpointType(String endpointType)
The endpoint type of the service.
|
ServiceSummary.Builder |
environmentId(String environmentId)
The unique identifier of the environment.
|
default ServiceSummary.Builder |
error(Consumer<ErrorResponse.Builder> error)
Any error associated with the service resource.
|
ServiceSummary.Builder |
error(ErrorResponse error)
Any error associated with the service resource.
|
default ServiceSummary.Builder |
lambdaEndpoint(Consumer<LambdaEndpointSummary.Builder> lambdaEndpoint)
A summary of the configuration for the Lambda endpoint type.
|
ServiceSummary.Builder |
lambdaEndpoint(LambdaEndpointSummary lambdaEndpoint)
A summary of the configuration for the Lambda endpoint type.
|
ServiceSummary.Builder |
lastUpdatedTime(Instant lastUpdatedTime)
A timestamp that indicates when the service was last updated.
|
ServiceSummary.Builder |
name(String name)
The name of the service.
|
ServiceSummary.Builder |
ownerAccountId(String ownerAccountId)
The Amazon Web Services account ID of the service owner.
|
ServiceSummary.Builder |
serviceId(String serviceId)
The unique identifier of the service.
|
ServiceSummary.Builder |
state(ServiceState state)
The current state of the service.
|
ServiceSummary.Builder |
state(String state)
The current state of the service.
|
ServiceSummary.Builder |
tags(Map<String,String> tags)
The tags assigned to the service.
|
default ServiceSummary.Builder |
urlEndpoint(Consumer<UrlEndpointSummary.Builder> urlEndpoint)
The summary of the configuration for the URL endpoint type.
|
ServiceSummary.Builder |
urlEndpoint(UrlEndpointSummary urlEndpoint)
The summary of the configuration for the URL endpoint type.
|
ServiceSummary.Builder |
vpcId(String vpcId)
The ID of the virtual private cloud (VPC).
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildServiceSummary.Builder applicationId(String applicationId)
The unique identifier of the application.
applicationId - The unique identifier of the application.ServiceSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the service.
arn - The Amazon Resource Name (ARN) of the service.ServiceSummary.Builder createdByAccountId(String createdByAccountId)
The Amazon Web Services account ID of the service creator.
createdByAccountId - The Amazon Web Services account ID of the service creator.ServiceSummary.Builder createdTime(Instant createdTime)
A timestamp that indicates when the service is created.
createdTime - A timestamp that indicates when the service is created.ServiceSummary.Builder description(String description)
A description of the service.
description - A description of the service.ServiceSummary.Builder endpointType(String endpointType)
The endpoint type of the service.
endpointType - The endpoint type of the service.ServiceEndpointType,
ServiceEndpointTypeServiceSummary.Builder endpointType(ServiceEndpointType endpointType)
The endpoint type of the service.
endpointType - The endpoint type of the service.ServiceEndpointType,
ServiceEndpointTypeServiceSummary.Builder environmentId(String environmentId)
The unique identifier of the environment.
environmentId - The unique identifier of the environment.ServiceSummary.Builder error(ErrorResponse error)
Any error associated with the service resource.
error - Any error associated with the service resource.default ServiceSummary.Builder error(Consumer<ErrorResponse.Builder> error)
Any error associated with the service resource.
This is a convenience method that creates an instance of theErrorResponse.Builder avoiding the need
to create one manually via ErrorResponse.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to error(ErrorResponse).
error - a consumer that will call methods on ErrorResponse.Buildererror(ErrorResponse)ServiceSummary.Builder lambdaEndpoint(LambdaEndpointSummary lambdaEndpoint)
A summary of the configuration for the Lambda endpoint type.
lambdaEndpoint - A summary of the configuration for the Lambda endpoint type.default ServiceSummary.Builder lambdaEndpoint(Consumer<LambdaEndpointSummary.Builder> lambdaEndpoint)
A summary of the configuration for the Lambda endpoint type.
This is a convenience method that creates an instance of theLambdaEndpointSummary.Builder avoiding
the need to create one manually via LambdaEndpointSummary.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to lambdaEndpoint(LambdaEndpointSummary).
lambdaEndpoint - a consumer that will call methods on LambdaEndpointSummary.BuilderlambdaEndpoint(LambdaEndpointSummary)ServiceSummary.Builder lastUpdatedTime(Instant lastUpdatedTime)
A timestamp that indicates when the service was last updated.
lastUpdatedTime - A timestamp that indicates when the service was last updated.ServiceSummary.Builder name(String name)
The name of the service.
name - The name of the service.ServiceSummary.Builder ownerAccountId(String ownerAccountId)
The Amazon Web Services account ID of the service owner.
ownerAccountId - The Amazon Web Services account ID of the service owner.ServiceSummary.Builder serviceId(String serviceId)
The unique identifier of the service.
serviceId - The unique identifier of the service.ServiceSummary.Builder state(String state)
The current state of the service.
state - The current state of the service.ServiceState,
ServiceStateServiceSummary.Builder state(ServiceState state)
The current state of the service.
state - The current state of the service.ServiceState,
ServiceStateServiceSummary.Builder tags(Map<String,String> tags)
The tags assigned to the service.
tags - The tags assigned to the service.ServiceSummary.Builder urlEndpoint(UrlEndpointSummary urlEndpoint)
The summary of the configuration for the URL endpoint type.
urlEndpoint - The summary of the configuration for the URL endpoint type.default ServiceSummary.Builder urlEndpoint(Consumer<UrlEndpointSummary.Builder> urlEndpoint)
The summary of the configuration for the URL endpoint type.
This is a convenience method that creates an instance of theUrlEndpointSummary.Builder avoiding the
need to create one manually via UrlEndpointSummary.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to urlEndpoint(UrlEndpointSummary).
urlEndpoint - a consumer that will call methods on UrlEndpointSummary.BuilderurlEndpoint(UrlEndpointSummary)ServiceSummary.Builder vpcId(String vpcId)
The ID of the virtual private cloud (VPC).
vpcId - The ID of the virtual private cloud (VPC).Copyright © 2023. All rights reserved.