Interface UpdateRouteRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateRouteRequest.Builder,UpdateRouteRequest>,MigrationHubRefactorSpacesRequest.Builder,SdkBuilder<UpdateRouteRequest.Builder,UpdateRouteRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateRouteRequest
public static interface UpdateRouteRequest.Builder extends MigrationHubRefactorSpacesRequest.Builder, SdkPojo, CopyableBuilder<UpdateRouteRequest.Builder,UpdateRouteRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateRouteRequest.BuilderactivationState(String activationState)If set toACTIVE, traffic is forwarded to this route’s service after the route is updated.UpdateRouteRequest.BuilderactivationState(RouteActivationState activationState)If set toACTIVE, traffic is forwarded to this route’s service after the route is updated.UpdateRouteRequest.BuilderapplicationIdentifier(String applicationIdentifier)The ID of the application within which the route is being updated.UpdateRouteRequest.BuilderenvironmentIdentifier(String environmentIdentifier)The ID of the environment in which the route is being updated.UpdateRouteRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateRouteRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateRouteRequest.BuilderrouteIdentifier(String routeIdentifier)The unique identifier of the route to update.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.migrationhubrefactorspaces.model.MigrationHubRefactorSpacesRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
activationState
UpdateRouteRequest.Builder activationState(String activationState)
If set to
ACTIVE, traffic is forwarded to this route’s service after the route is updated.- Parameters:
activationState- If set toACTIVE, traffic is forwarded to this route’s service after the route is updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RouteActivationState,RouteActivationState
-
activationState
UpdateRouteRequest.Builder activationState(RouteActivationState activationState)
If set to
ACTIVE, traffic is forwarded to this route’s service after the route is updated.- Parameters:
activationState- If set toACTIVE, traffic is forwarded to this route’s service after the route is updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RouteActivationState,RouteActivationState
-
applicationIdentifier
UpdateRouteRequest.Builder applicationIdentifier(String applicationIdentifier)
The ID of the application within which the route is being updated.
- Parameters:
applicationIdentifier- The ID of the application within which the route is being updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentIdentifier
UpdateRouteRequest.Builder environmentIdentifier(String environmentIdentifier)
The ID of the environment in which the route is being updated.
- Parameters:
environmentIdentifier- The ID of the environment in which the route is being updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
routeIdentifier
UpdateRouteRequest.Builder routeIdentifier(String routeIdentifier)
The unique identifier of the route to update.
- Parameters:
routeIdentifier- The unique identifier of the route to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateRouteRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateRouteRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-