Interface DeleteVirtualServiceRequest.Builder
- All Superinterfaces:
AppMeshRequest.Builder
,AwsRequest.Builder
,Buildable
,CopyableBuilder<DeleteVirtualServiceRequest.Builder,
,DeleteVirtualServiceRequest> SdkBuilder<DeleteVirtualServiceRequest.Builder,
,DeleteVirtualServiceRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DeleteVirtualServiceRequest
@Mutable
@NotThreadSafe
public static interface DeleteVirtualServiceRequest.Builder
extends AppMeshRequest.Builder, SdkPojo, CopyableBuilder<DeleteVirtualServiceRequest.Builder,DeleteVirtualServiceRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the service mesh to delete the virtual service in.The Amazon Web Services IAM account ID of the service mesh owner.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.virtualServiceName
(String virtualServiceName) The name of the virtual service 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, sdkFieldNameToField, sdkFields
-
Method Details
-
meshName
The name of the service mesh to delete the virtual service in.
- Parameters:
meshName
- The name of the service mesh to delete the virtual service in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-
virtualServiceName
The name of the virtual service to delete.
- Parameters:
virtualServiceName
- The name of the virtual service to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteVirtualServiceRequest.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
DeleteVirtualServiceRequest.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.
-