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