Interface UpdateRouteRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateRouteRequest.Builder,
,UpdateRouteRequest> MigrationHubRefactorSpacesRequest.Builder
,SdkBuilder<UpdateRouteRequest.Builder,
,UpdateRouteRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateRouteRequest
@Mutable
@NotThreadSafe
public static interface UpdateRouteRequest.Builder
extends MigrationHubRefactorSpacesRequest.Builder, SdkPojo, CopyableBuilder<UpdateRouteRequest.Builder,UpdateRouteRequest>
-
Method Summary
Modifier and TypeMethodDescriptionactivationState
(String activationState) If set toACTIVE
, traffic is forwarded to this route’s service after the route is updated.activationState
(RouteActivationState activationState) If set toACTIVE
, traffic is forwarded to this route’s service after the route is updated.applicationIdentifier
(String applicationIdentifier) The ID of the application within which the route is being updated.environmentIdentifier
(String environmentIdentifier) The ID of the environment in which the route is being updated.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.routeIdentifier
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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:
-
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:
-
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
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
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) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateRouteRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-