Interface VirtualServiceRef.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<VirtualServiceRef.Builder,VirtualServiceRef>,SdkBuilder<VirtualServiceRef.Builder,VirtualServiceRef>,SdkPojo
- Enclosing class:
- VirtualServiceRef
public static interface VirtualServiceRef.Builder extends SdkPojo, CopyableBuilder<VirtualServiceRef.Builder,VirtualServiceRef>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VirtualServiceRef.Builderarn(String arn)The full Amazon Resource Name (ARN) for the virtual service.VirtualServiceRef.BuildercreatedAt(Instant createdAt)The Unix epoch timestamp in seconds for when the resource was created.VirtualServiceRef.BuilderlastUpdatedAt(Instant lastUpdatedAt)The Unix epoch timestamp in seconds for when the resource was last updated.VirtualServiceRef.BuildermeshName(String meshName)The name of the service mesh that the virtual service resides in.VirtualServiceRef.BuildermeshOwner(String meshOwner)The Amazon Web Services IAM account ID of the service mesh owner.VirtualServiceRef.BuilderresourceOwner(String resourceOwner)The Amazon Web Services IAM account ID of the resource owner.VirtualServiceRef.Builderversion(Long version)The version of the resource.VirtualServiceRef.BuildervirtualServiceName(String virtualServiceName)The name of the virtual service.-
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
VirtualServiceRef.Builder arn(String arn)
The full Amazon Resource Name (ARN) for the virtual service.
- Parameters:
arn- The full Amazon Resource Name (ARN) for the virtual service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
VirtualServiceRef.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
VirtualServiceRef.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
VirtualServiceRef.Builder meshName(String meshName)
The name of the service mesh that the virtual service resides in.
- Parameters:
meshName- The name of the service mesh that the virtual service resides in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
meshOwner
VirtualServiceRef.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
VirtualServiceRef.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.
-
version
VirtualServiceRef.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.
-
virtualServiceName
VirtualServiceRef.Builder virtualServiceName(String virtualServiceName)
The name of the virtual service.
- Parameters:
virtualServiceName- The name of the virtual service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-