Interface DeleteVirtualGatewayRequest.Builder
- All Superinterfaces:
AppMeshRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<DeleteVirtualGatewayRequest.Builder,,DeleteVirtualGatewayRequest> SdkBuilder<DeleteVirtualGatewayRequest.Builder,,DeleteVirtualGatewayRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
DeleteVirtualGatewayRequest
public static interface DeleteVirtualGatewayRequest.Builder
extends AppMeshRequest.Builder, SdkPojo, CopyableBuilder<DeleteVirtualGatewayRequest.Builder,DeleteVirtualGatewayRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the service mesh to delete the virtual gateway from.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.virtualGatewayName(String virtualGatewayName) The name of the virtual gateway to delete.Methods inherited from interface software.amazon.awssdk.services.appmesh.model.AppMeshRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
meshName
The name of the service mesh to delete the virtual gateway from.
- Parameters:
meshName- The name of the service mesh to delete the virtual gateway from.- 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.
-
virtualGatewayName
The name of the virtual gateway to delete.
- Parameters:
virtualGatewayName- The name of the virtual gateway to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteVirtualGatewayRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DeleteVirtualGatewayRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-