Interface RouteRef.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RouteRef.Builder,RouteRef>,SdkBuilder<RouteRef.Builder,RouteRef>,SdkPojo
- Enclosing class:
- RouteRef
public static interface RouteRef.Builder extends SdkPojo, CopyableBuilder<RouteRef.Builder,RouteRef>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RouteRef.Builderarn(String arn)The full Amazon Resource Name (ARN) for the route.RouteRef.BuildercreatedAt(Instant createdAt)The Unix epoch timestamp in seconds for when the resource was created.RouteRef.BuilderlastUpdatedAt(Instant lastUpdatedAt)The Unix epoch timestamp in seconds for when the resource was last updated.RouteRef.BuildermeshName(String meshName)The name of the service mesh that the route resides in.RouteRef.BuildermeshOwner(String meshOwner)The Amazon Web Services IAM account ID of the service mesh owner.RouteRef.BuilderresourceOwner(String resourceOwner)The Amazon Web Services IAM account ID of the resource owner.RouteRef.BuilderrouteName(String routeName)The name of the route.RouteRef.Builderversion(Long version)The version of the resource.RouteRef.BuildervirtualRouterName(String virtualRouterName)The virtual router that the route is associated with.-
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
-
arn
RouteRef.Builder arn(String arn)
The full Amazon Resource Name (ARN) for the route.
- Parameters:
arn- The full Amazon Resource Name (ARN) for the route.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
RouteRef.Builder createdAt(Instant createdAt)
The Unix epoch timestamp in seconds for when the resource was created.
- Parameters:
createdAt- The Unix epoch timestamp in seconds for when the resource was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedAt
RouteRef.Builder lastUpdatedAt(Instant lastUpdatedAt)
The Unix epoch timestamp in seconds for when the resource was last updated.
- Parameters:
lastUpdatedAt- The Unix epoch timestamp in seconds for when the resource was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
meshName
RouteRef.Builder meshName(String meshName)
The name of the service mesh that the route resides in.
- Parameters:
meshName- The name of the service mesh that the route resides in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
meshOwner
RouteRef.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.
-
resourceOwner
RouteRef.Builder resourceOwner(String resourceOwner)
The Amazon Web Services IAM account ID of the resource owner. If the account ID is not your own, then it's the ID of the mesh owner or of another account that the mesh is shared with. For more information about mesh sharing, see Working with shared meshes.
- Parameters:
resourceOwner- The Amazon Web Services IAM account ID of the resource owner. If the account ID is not your own, then it's the ID of the mesh owner or of another account that the mesh is shared with. 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.
-
routeName
RouteRef.Builder routeName(String routeName)
The name of the route.
- Parameters:
routeName- The name of the route.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
version
RouteRef.Builder version(Long version)
The version of the resource. Resources are created at version 1, and this version is incremented each time that they're updated.
- Parameters:
version- The version of the resource. Resources are created at version 1, and this version is incremented each time that they're updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
virtualRouterName
RouteRef.Builder virtualRouterName(String virtualRouterName)
The virtual router that the route is associated with.
- Parameters:
virtualRouterName- The virtual router that the route is associated with.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-