public static interface CreateServiceResponse.Builder extends MigrationHubRefactorSpacesResponse.Builder, SdkPojo, CopyableBuilder<CreateServiceResponse.Builder,CreateServiceResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateServiceResponse.Builder |
applicationId(String applicationId)
The ID of the application that the created service belongs to.
|
CreateServiceResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the service.
|
CreateServiceResponse.Builder |
createdByAccountId(String createdByAccountId)
The Amazon Web Services account ID of the service creator.
|
CreateServiceResponse.Builder |
createdTime(Instant createdTime)
A timestamp that indicates when the service is created.
|
CreateServiceResponse.Builder |
description(String description)
The description of the created service.
|
CreateServiceResponse.Builder |
endpointType(ServiceEndpointType endpointType)
The endpoint type of the service.
|
CreateServiceResponse.Builder |
endpointType(String endpointType)
The endpoint type of the service.
|
CreateServiceResponse.Builder |
environmentId(String environmentId)
The unique identifier of the environment.
|
default CreateServiceResponse.Builder |
lambdaEndpoint(Consumer<LambdaEndpointInput.Builder> lambdaEndpoint)
The configuration for the Lambda endpoint type.
|
CreateServiceResponse.Builder |
lambdaEndpoint(LambdaEndpointInput lambdaEndpoint)
The configuration for the Lambda endpoint type.
|
CreateServiceResponse.Builder |
lastUpdatedTime(Instant lastUpdatedTime)
A timestamp that indicates when the service was last updated.
|
CreateServiceResponse.Builder |
name(String name)
The name of the service.
|
CreateServiceResponse.Builder |
ownerAccountId(String ownerAccountId)
The Amazon Web Services account ID of the service owner.
|
CreateServiceResponse.Builder |
serviceId(String serviceId)
The unique identifier of the service.
|
CreateServiceResponse.Builder |
state(ServiceState state)
The current state of the service.
|
CreateServiceResponse.Builder |
state(String state)
The current state of the service.
|
CreateServiceResponse.Builder |
tags(Map<String,String> tags)
The tags assigned to the created service.
|
default CreateServiceResponse.Builder |
urlEndpoint(Consumer<UrlEndpointInput.Builder> urlEndpoint)
The configuration for the URL endpoint type.
|
CreateServiceResponse.Builder |
urlEndpoint(UrlEndpointInput urlEndpoint)
The configuration for the URL endpoint type.
|
CreateServiceResponse.Builder |
vpcId(String vpcId)
The ID of the VPC.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateServiceResponse.Builder applicationId(String applicationId)
The ID of the application that the created service belongs to.
applicationId - The ID of the application that the created service belongs to.CreateServiceResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the service.
arn - The Amazon Resource Name (ARN) of the service.CreateServiceResponse.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.CreateServiceResponse.Builder createdTime(Instant createdTime)
A timestamp that indicates when the service is created.
createdTime - A timestamp that indicates when the service is created.CreateServiceResponse.Builder description(String description)
The description of the created service.
description - The description of the created service.CreateServiceResponse.Builder endpointType(String endpointType)
The endpoint type of the service.
endpointType - The endpoint type of the service.ServiceEndpointType,
ServiceEndpointTypeCreateServiceResponse.Builder endpointType(ServiceEndpointType endpointType)
The endpoint type of the service.
endpointType - The endpoint type of the service.ServiceEndpointType,
ServiceEndpointTypeCreateServiceResponse.Builder environmentId(String environmentId)
The unique identifier of the environment.
environmentId - The unique identifier of the environment.CreateServiceResponse.Builder lambdaEndpoint(LambdaEndpointInput lambdaEndpoint)
The configuration for the Lambda endpoint type.
lambdaEndpoint - The configuration for the Lambda endpoint type.default CreateServiceResponse.Builder lambdaEndpoint(Consumer<LambdaEndpointInput.Builder> lambdaEndpoint)
The configuration for the Lambda endpoint type.
This is a convenience method that creates an instance of theLambdaEndpointInput.Builder avoiding the
need to create one manually via LambdaEndpointInput.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to lambdaEndpoint(LambdaEndpointInput).
lambdaEndpoint - a consumer that will call methods on LambdaEndpointInput.BuilderlambdaEndpoint(LambdaEndpointInput)CreateServiceResponse.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.CreateServiceResponse.Builder name(String name)
The name of the service.
name - The name of the service.CreateServiceResponse.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.CreateServiceResponse.Builder serviceId(String serviceId)
The unique identifier of the service.
serviceId - The unique identifier of the service.CreateServiceResponse.Builder state(String state)
The current state of the service.
state - The current state of the service.ServiceState,
ServiceStateCreateServiceResponse.Builder state(ServiceState state)
The current state of the service.
state - The current state of the service.ServiceState,
ServiceStateCreateServiceResponse.Builder tags(Map<String,String> tags)
The tags assigned to the created 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 created service. A tag is a label that you assign to an Amazon Web Services
resource. Each tag consists of a key-value pair..CreateServiceResponse.Builder urlEndpoint(UrlEndpointInput urlEndpoint)
The configuration for the URL endpoint type.
urlEndpoint - The configuration for the URL endpoint type.default CreateServiceResponse.Builder urlEndpoint(Consumer<UrlEndpointInput.Builder> urlEndpoint)
The configuration for the URL endpoint type.
This is a convenience method that creates an instance of theUrlEndpointInput.Builder avoiding the
need to create one manually via UrlEndpointInput.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to urlEndpoint(UrlEndpointInput).
urlEndpoint - a consumer that will call methods on UrlEndpointInput.BuilderurlEndpoint(UrlEndpointInput)CreateServiceResponse.Builder vpcId(String vpcId)
The ID of the VPC.
vpcId - The ID of the VPC.Copyright © 2023. All rights reserved.