Interface DeleteRouteResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DeleteRouteResponse.Builder,
,DeleteRouteResponse> MigrationHubRefactorSpacesResponse.Builder
,SdkBuilder<DeleteRouteResponse.Builder,
,DeleteRouteResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DeleteRouteResponse
@Mutable
@NotThreadSafe
public static interface DeleteRouteResponse.Builder
extends MigrationHubRefactorSpacesResponse.Builder, SdkPojo, CopyableBuilder<DeleteRouteResponse.Builder,DeleteRouteResponse>
-
Method Summary
Modifier and TypeMethodDescriptionapplicationId
(String applicationId) The ID of the application that the route belongs to.The Amazon Resource Name (ARN) of the route.lastUpdatedTime
(Instant lastUpdatedTime) A timestamp that indicates when the route was last updated.The ID of the route to delete.The ID of the service that the route belongs to.The current state of the route.state
(RouteState state) The current state of the route.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.migrationhubrefactorspaces.model.MigrationHubRefactorSpacesResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
applicationId
The ID of the application that the route belongs to.
- Parameters:
applicationId
- The ID of the application that the route belongs to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The Amazon Resource Name (ARN) of the route.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the route.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedTime
A timestamp that indicates when the route was last updated.
- Parameters:
lastUpdatedTime
- A timestamp that indicates when the route was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
routeId
The ID of the route to delete.
- Parameters:
routeId
- The ID of the route to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceId
The ID of the service that the route belongs to.
- Parameters:
serviceId
- The ID of the service that the route belongs to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
The current state of the route.
- Parameters:
state
- The current state of the route.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
state
The current state of the route.
- Parameters:
state
- The current state of the route.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-