Interface DeleteRouteResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DeleteRouteResponse.Builder,DeleteRouteResponse>,MigrationHubRefactorSpacesResponse.Builder,SdkBuilder<DeleteRouteResponse.Builder,DeleteRouteResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DeleteRouteResponse
public static interface DeleteRouteResponse.Builder extends MigrationHubRefactorSpacesResponse.Builder, SdkPojo, CopyableBuilder<DeleteRouteResponse.Builder,DeleteRouteResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteRouteResponse.BuilderapplicationId(String applicationId)The ID of the application that the route belongs to.DeleteRouteResponse.Builderarn(String arn)The Amazon Resource Name (ARN) of the route.DeleteRouteResponse.BuilderlastUpdatedTime(Instant lastUpdatedTime)A timestamp that indicates when the route was last updated.DeleteRouteResponse.BuilderrouteId(String routeId)The ID of the route to delete.DeleteRouteResponse.BuilderserviceId(String serviceId)The ID of the service that the route belongs to.DeleteRouteResponse.Builderstate(String state)The current state of the route.DeleteRouteResponse.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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
applicationId
DeleteRouteResponse.Builder applicationId(String 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
DeleteRouteResponse.Builder arn(String 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
DeleteRouteResponse.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
DeleteRouteResponse.Builder routeId(String 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
DeleteRouteResponse.Builder serviceId(String 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
DeleteRouteResponse.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
DeleteRouteResponse.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
-
-