public static interface UpdateRouteRequest.Builder extends MigrationHubRefactorSpacesRequest.Builder, SdkPojo, CopyableBuilder<UpdateRouteRequest.Builder,UpdateRouteRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateRouteRequest.Builder |
activationState(RouteActivationState activationState)
If set to
ACTIVE, traffic is forwarded to this route’s service after the route is updated. |
UpdateRouteRequest.Builder |
activationState(String activationState)
If set to
ACTIVE, traffic is forwarded to this route’s service after the route is updated. |
UpdateRouteRequest.Builder |
applicationIdentifier(String applicationIdentifier)
The ID of the application within which the route is being updated.
|
UpdateRouteRequest.Builder |
environmentIdentifier(String environmentIdentifier)
The ID of the environment in which the route is being updated.
|
UpdateRouteRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateRouteRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateRouteRequest.Builder |
routeIdentifier(String routeIdentifier)
The unique identifier of the route to update.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateRouteRequest.Builder activationState(String activationState)
If set to ACTIVE, traffic is forwarded to this route’s service after the route is updated.
activationState - If set to ACTIVE, traffic is forwarded to this route’s service after the route is
updated.RouteActivationState,
RouteActivationStateUpdateRouteRequest.Builder activationState(RouteActivationState activationState)
If set to ACTIVE, traffic is forwarded to this route’s service after the route is updated.
activationState - If set to ACTIVE, traffic is forwarded to this route’s service after the route is
updated.RouteActivationState,
RouteActivationStateUpdateRouteRequest.Builder applicationIdentifier(String applicationIdentifier)
The ID of the application within which the route is being updated.
applicationIdentifier - The ID of the application within which the route is being updated.UpdateRouteRequest.Builder environmentIdentifier(String environmentIdentifier)
The ID of the environment in which the route is being updated.
environmentIdentifier - The ID of the environment in which the route is being updated.UpdateRouteRequest.Builder routeIdentifier(String routeIdentifier)
The unique identifier of the route to update.
routeIdentifier - The unique identifier of the route to update.UpdateRouteRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateRouteRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.