Interface DeleteVirtualNodeRequest.Builder
-
- All Superinterfaces:
AppMeshRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<DeleteVirtualNodeRequest.Builder,DeleteVirtualNodeRequest>,SdkBuilder<DeleteVirtualNodeRequest.Builder,DeleteVirtualNodeRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteVirtualNodeRequest
public static interface DeleteVirtualNodeRequest.Builder extends AppMeshRequest.Builder, SdkPojo, CopyableBuilder<DeleteVirtualNodeRequest.Builder,DeleteVirtualNodeRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteVirtualNodeRequest.BuildermeshName(String meshName)The name of the service mesh to delete the virtual node in.DeleteVirtualNodeRequest.BuildermeshOwner(String meshOwner)The Amazon Web Services IAM account ID of the service mesh owner.DeleteVirtualNodeRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteVirtualNodeRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteVirtualNodeRequest.BuildervirtualNodeName(String virtualNodeName)The name of the virtual node to delete.-
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
-
meshName
DeleteVirtualNodeRequest.Builder meshName(String meshName)
The name of the service mesh to delete the virtual node in.
- Parameters:
meshName- The name of the service mesh to delete the virtual node in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
meshOwner
DeleteVirtualNodeRequest.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.
-
virtualNodeName
DeleteVirtualNodeRequest.Builder virtualNodeName(String virtualNodeName)
The name of the virtual node to delete.
- Parameters:
virtualNodeName- The name of the virtual node to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteVirtualNodeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteVirtualNodeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-