Interface UpdateRouteResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateRouteResponse.Builder,UpdateRouteResponse>,MigrationHubRefactorSpacesResponse.Builder,SdkBuilder<UpdateRouteResponse.Builder,UpdateRouteResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateRouteResponse
public static interface UpdateRouteResponse.Builder extends MigrationHubRefactorSpacesResponse.Builder, SdkPojo, CopyableBuilder<UpdateRouteResponse.Builder,UpdateRouteResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateRouteResponse.BuilderapplicationId(String applicationId)The ID of the application in which the route is being updated.UpdateRouteResponse.Builderarn(String arn)The Amazon Resource Name (ARN) of the route.UpdateRouteResponse.BuilderlastUpdatedTime(Instant lastUpdatedTime)A timestamp that indicates when the route was last updated.UpdateRouteResponse.BuilderrouteId(String routeId)The unique identifier of the route.UpdateRouteResponse.BuilderserviceId(String serviceId)The ID of service in which the route was created.UpdateRouteResponse.Builderstate(String state)The current state of the route.UpdateRouteResponse.Builderstate(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 Detail
-
applicationId
UpdateRouteResponse.Builder applicationId(String 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
UpdateRouteResponse.Builder arn(String 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
UpdateRouteResponse.Builder lastUpdatedTime(Instant 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
UpdateRouteResponse.Builder routeId(String 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
UpdateRouteResponse.Builder serviceId(String 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
UpdateRouteResponse.Builder state(String 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:
RouteState,RouteState
-
state
UpdateRouteResponse.Builder state(RouteState 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:
RouteState,RouteState
-
-