Interface UpdateGatewayRouteRequest.Builder
-
- All Superinterfaces:
AppMeshRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<UpdateGatewayRouteRequest.Builder,UpdateGatewayRouteRequest>,SdkBuilder<UpdateGatewayRouteRequest.Builder,UpdateGatewayRouteRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateGatewayRouteRequest
public static interface UpdateGatewayRouteRequest.Builder extends AppMeshRequest.Builder, SdkPojo, CopyableBuilder<UpdateGatewayRouteRequest.Builder,UpdateGatewayRouteRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description UpdateGatewayRouteRequest.BuilderclientToken(String clientToken)Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.UpdateGatewayRouteRequest.BuildergatewayRouteName(String gatewayRouteName)The name of the gateway route to update.UpdateGatewayRouteRequest.BuildermeshName(String meshName)The name of the service mesh that the gateway route resides in.UpdateGatewayRouteRequest.BuildermeshOwner(String meshOwner)The Amazon Web Services IAM account ID of the service mesh owner.UpdateGatewayRouteRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateGatewayRouteRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default UpdateGatewayRouteRequest.Builderspec(Consumer<GatewayRouteSpec.Builder> spec)The new gateway route specification to apply.UpdateGatewayRouteRequest.Builderspec(GatewayRouteSpec spec)The new gateway route specification to apply.UpdateGatewayRouteRequest.BuildervirtualGatewayName(String virtualGatewayName)The name of the virtual gateway that the gateway route is associated with.-
Methods inherited from interface software.amazon.awssdk.services.appmesh.model.AppMeshRequest.Builder
build
-
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.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
clientToken
UpdateGatewayRouteRequest.Builder clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Up to 36 letters, numbers, hyphens, and underscores are allowed.
- Parameters:
clientToken- Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Up to 36 letters, numbers, hyphens, and underscores are allowed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
gatewayRouteName
UpdateGatewayRouteRequest.Builder gatewayRouteName(String gatewayRouteName)
The name of the gateway route to update.
- Parameters:
gatewayRouteName- The name of the gateway route to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
meshName
UpdateGatewayRouteRequest.Builder meshName(String meshName)
The name of the service mesh that the gateway route resides in.
- Parameters:
meshName- The name of the service mesh that the gateway route resides in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
meshOwner
UpdateGatewayRouteRequest.Builder meshOwner(String meshOwner)
The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then it's the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes.
- Parameters:
meshOwner- The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then it's the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
spec
UpdateGatewayRouteRequest.Builder spec(GatewayRouteSpec spec)
The new gateway route specification to apply. This overwrites the existing data.
- Parameters:
spec- The new gateway route specification to apply. This overwrites the existing data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
spec
default UpdateGatewayRouteRequest.Builder spec(Consumer<GatewayRouteSpec.Builder> spec)
The new gateway route specification to apply. This overwrites the existing data.
This is a convenience method that creates an instance of theGatewayRouteSpec.Builderavoiding the need to create one manually viaGatewayRouteSpec.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tospec(GatewayRouteSpec).- Parameters:
spec- a consumer that will call methods onGatewayRouteSpec.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
spec(GatewayRouteSpec)
-
virtualGatewayName
UpdateGatewayRouteRequest.Builder virtualGatewayName(String virtualGatewayName)
The name of the virtual gateway that the gateway route is associated with.
- Parameters:
virtualGatewayName- The name of the virtual gateway that the gateway route is associated with.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateGatewayRouteRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateGatewayRouteRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-