public static interface GetServiceResponse.Builder extends MigrationHubRefactorSpacesResponse.Builder, SdkPojo, CopyableBuilder<GetServiceResponse.Builder,GetServiceResponse>
| Modifier and Type | Method and Description |
|---|---|
GetServiceResponse.Builder |
applicationId(String applicationId)
The ID of the application.
|
GetServiceResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the service.
|
GetServiceResponse.Builder |
createdByAccountId(String createdByAccountId)
The Amazon Web Services account ID of the service creator.
|
GetServiceResponse.Builder |
createdTime(Instant createdTime)
The timestamp of when the service is created.
|
GetServiceResponse.Builder |
description(String description)
The description of the service.
|
GetServiceResponse.Builder |
endpointType(ServiceEndpointType endpointType)
The endpoint type of the service.
|
GetServiceResponse.Builder |
endpointType(String endpointType)
The endpoint type of the service.
|
GetServiceResponse.Builder |
environmentId(String environmentId)
The unique identifier of the environment.
|
default GetServiceResponse.Builder |
error(Consumer<ErrorResponse.Builder> error)
Any error associated with the service resource.
|
GetServiceResponse.Builder |
error(ErrorResponse error)
Any error associated with the service resource.
|
default GetServiceResponse.Builder |
lambdaEndpoint(Consumer<LambdaEndpointConfig.Builder> lambdaEndpoint)
The configuration for the Lambda endpoint type.
|
GetServiceResponse.Builder |
lambdaEndpoint(LambdaEndpointConfig lambdaEndpoint)
The configuration for the Lambda endpoint type.
|
GetServiceResponse.Builder |
lastUpdatedTime(Instant lastUpdatedTime)
A timestamp that indicates when the service was last updated.
|
GetServiceResponse.Builder |
name(String name)
The name of the service.
|
GetServiceResponse.Builder |
ownerAccountId(String ownerAccountId)
The Amazon Web Services account ID of the service owner.
|
GetServiceResponse.Builder |
serviceId(String serviceId)
The unique identifier of the service.
|
GetServiceResponse.Builder |
state(ServiceState state)
The current state of the service.
|
GetServiceResponse.Builder |
state(String state)
The current state of the service.
|
GetServiceResponse.Builder |
tags(Map<String,String> tags)
The tags assigned to the service.
|
default GetServiceResponse.Builder |
urlEndpoint(Consumer<UrlEndpointConfig.Builder> urlEndpoint)
The configuration for the URL endpoint type.
|
GetServiceResponse.Builder |
urlEndpoint(UrlEndpointConfig urlEndpoint)
The configuration for the URL endpoint type.
|
GetServiceResponse.Builder |
vpcId(String vpcId)
The ID of the virtual private cloud (VPC).
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetServiceResponse.Builder applicationId(String applicationId)
The ID of the application.
applicationId - The ID of the application.GetServiceResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the service.
arn - The Amazon Resource Name (ARN) of the service.GetServiceResponse.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.GetServiceResponse.Builder createdTime(Instant createdTime)
The timestamp of when the service is created.
createdTime - The timestamp of when the service is created.GetServiceResponse.Builder description(String description)
The description of the service.
description - The description of the service.GetServiceResponse.Builder endpointType(String endpointType)
The endpoint type of the service.
endpointType - The endpoint type of the service.ServiceEndpointType,
ServiceEndpointTypeGetServiceResponse.Builder endpointType(ServiceEndpointType endpointType)
The endpoint type of the service.
endpointType - The endpoint type of the service.ServiceEndpointType,
ServiceEndpointTypeGetServiceResponse.Builder environmentId(String environmentId)
The unique identifier of the environment.
environmentId - The unique identifier of the environment.GetServiceResponse.Builder error(ErrorResponse error)
Any error associated with the service resource.
error - Any error associated with the service resource.default GetServiceResponse.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)GetServiceResponse.Builder lambdaEndpoint(LambdaEndpointConfig lambdaEndpoint)
The configuration for the Lambda endpoint type.
The Arn is the Amazon Resource Name (ARN) of the Lambda function associated with this service.
lambdaEndpoint - The configuration for the Lambda endpoint type.
The Arn is the Amazon Resource Name (ARN) of the Lambda function associated with this service.
default GetServiceResponse.Builder lambdaEndpoint(Consumer<LambdaEndpointConfig.Builder> lambdaEndpoint)
The configuration for the Lambda endpoint type.
The Arn is the Amazon Resource Name (ARN) of the Lambda function associated with this service.
This is a convenience method that creates an instance of theLambdaEndpointConfig.Builder avoiding
the need to create one manually via LambdaEndpointConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to lambdaEndpoint(LambdaEndpointConfig).
lambdaEndpoint - a consumer that will call methods on LambdaEndpointConfig.BuilderlambdaEndpoint(LambdaEndpointConfig)GetServiceResponse.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.GetServiceResponse.Builder name(String name)
The name of the service.
name - The name of the service.GetServiceResponse.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.GetServiceResponse.Builder serviceId(String serviceId)
The unique identifier of the service.
serviceId - The unique identifier of the service.GetServiceResponse.Builder state(String state)
The current state of the service.
state - The current state of the service.ServiceState,
ServiceStateGetServiceResponse.Builder state(ServiceState state)
The current state of the service.
state - The current state of the service.ServiceState,
ServiceStateGetServiceResponse.Builder tags(Map<String,String> tags)
The tags assigned to the service. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key-value pair.
tags - The tags assigned to the service. A tag is a label that you assign to an Amazon Web Services resource.
Each tag consists of a key-value pair.GetServiceResponse.Builder urlEndpoint(UrlEndpointConfig urlEndpoint)
The configuration for the URL endpoint type.
The Url isthe URL of the endpoint type.
The HealthUrl is the health check URL of the endpoint type.
urlEndpoint - The configuration for the URL endpoint type.
The Url isthe URL of the endpoint type.
The HealthUrl is the health check URL of the endpoint type.
default GetServiceResponse.Builder urlEndpoint(Consumer<UrlEndpointConfig.Builder> urlEndpoint)
The configuration for the URL endpoint type.
The Url isthe URL of the endpoint type.
The HealthUrl is the health check URL of the endpoint type.
This is a convenience method that creates an instance of theUrlEndpointConfig.Builder avoiding the
need to create one manually via UrlEndpointConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to urlEndpoint(UrlEndpointConfig).
urlEndpoint - a consumer that will call methods on UrlEndpointConfig.BuilderurlEndpoint(UrlEndpointConfig)GetServiceResponse.Builder vpcId(String vpcId)
The ID of the virtual private cloud (VPC).
vpcId - The ID of the virtual private cloud (VPC).Copyright © 2022. All rights reserved.