Interface UpdateRouteResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<UpdateRouteResponse.Builder,
,UpdateRouteResponse> MigrationHubRefactorSpacesResponse.Builder
,SdkBuilder<UpdateRouteResponse.Builder,
,UpdateRouteResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
UpdateRouteResponse
@Mutable
@NotThreadSafe
public static interface UpdateRouteResponse.Builder
extends MigrationHubRefactorSpacesResponse.Builder, SdkPojo, CopyableBuilder<UpdateRouteResponse.Builder,UpdateRouteResponse>
-
Method Summary
Modifier and TypeMethodDescriptionapplicationId
(String applicationId) The ID of the application in which the route is being updated.The Amazon Resource Name (ARN) of the route.lastUpdatedTime
(Instant lastUpdatedTime) A timestamp that indicates when the route was last updated.The unique identifier of the route.The ID of service in which the route was created.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 in which the route is being updated.
- Parameters:
applicationId
- The ID of the application in which the route is being updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The Amazon Resource Name (ARN) of the route. The format for this ARN is
arn:aws:refactor-spaces:region:account-id:resource-type/resource-id
. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.- Parameters:
arn
- The Amazon Resource Name (ARN) of the route. The format for this ARN isarn:aws:refactor-spaces:region:account-id:resource-type/resource-id
. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.- 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 unique identifier of the route.
- Parameters:
routeId
- The unique identifier of the route.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceId
The ID of service in which the route was created. Traffic that matches this route is forwarded to this service.
- Parameters:
serviceId
- The ID of service in which the route was created. Traffic that matches this route is forwarded to this service.- 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:
-