| Package | Description |
|---|---|
| software.amazon.awssdk.services.migrationhubrefactorspaces.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceSummary.Builder |
ServiceSummary.Builder.applicationId(String applicationId)
The unique identifier of the application.
|
ServiceSummary.Builder |
ServiceSummary.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the service.
|
static ServiceSummary.Builder |
ServiceSummary.builder() |
ServiceSummary.Builder |
ServiceSummary.Builder.createdByAccountId(String createdByAccountId)
The Amazon Web Services account ID of the service creator.
|
ServiceSummary.Builder |
ServiceSummary.Builder.createdTime(Instant createdTime)
A timestamp that indicates when the service is created.
|
ServiceSummary.Builder |
ServiceSummary.Builder.description(String description)
A description of the service.
|
ServiceSummary.Builder |
ServiceSummary.Builder.endpointType(ServiceEndpointType endpointType)
The endpoint type of the service.
|
ServiceSummary.Builder |
ServiceSummary.Builder.endpointType(String endpointType)
The endpoint type of the service.
|
ServiceSummary.Builder |
ServiceSummary.Builder.environmentId(String environmentId)
The unique identifier of the environment.
|
default ServiceSummary.Builder |
ServiceSummary.Builder.error(Consumer<ErrorResponse.Builder> error)
Any error associated with the service resource.
|
ServiceSummary.Builder |
ServiceSummary.Builder.error(ErrorResponse error)
Any error associated with the service resource.
|
default ServiceSummary.Builder |
ServiceSummary.Builder.lambdaEndpoint(Consumer<LambdaEndpointSummary.Builder> lambdaEndpoint)
A summary of the configuration for the Lambda endpoint type.
|
ServiceSummary.Builder |
ServiceSummary.Builder.lambdaEndpoint(LambdaEndpointSummary lambdaEndpoint)
A summary of the configuration for the Lambda endpoint type.
|
ServiceSummary.Builder |
ServiceSummary.Builder.lastUpdatedTime(Instant lastUpdatedTime)
A timestamp that indicates when the service was last updated.
|
ServiceSummary.Builder |
ServiceSummary.Builder.name(String name)
The name of the service.
|
ServiceSummary.Builder |
ServiceSummary.Builder.ownerAccountId(String ownerAccountId)
The Amazon Web Services account ID of the service owner.
|
ServiceSummary.Builder |
ServiceSummary.Builder.serviceId(String serviceId)
The unique identifier of the service.
|
ServiceSummary.Builder |
ServiceSummary.Builder.state(ServiceState state)
The current state of the service.
|
ServiceSummary.Builder |
ServiceSummary.Builder.state(String state)
The current state of the service.
|
ServiceSummary.Builder |
ServiceSummary.Builder.tags(Map<String,String> tags)
The tags assigned to the service.
|
ServiceSummary.Builder |
ServiceSummary.toBuilder() |
default ServiceSummary.Builder |
ServiceSummary.Builder.urlEndpoint(Consumer<UrlEndpointSummary.Builder> urlEndpoint)
The summary of the configuration for the URL endpoint type.
|
ServiceSummary.Builder |
ServiceSummary.Builder.urlEndpoint(UrlEndpointSummary urlEndpoint)
The summary of the configuration for the URL endpoint type.
|
ServiceSummary.Builder |
ServiceSummary.Builder.vpcId(String vpcId)
The ID of the virtual private cloud (VPC).
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ServiceSummary.Builder> |
ServiceSummary.serializableBuilderClass() |
Copyright © 2023. All rights reserved.