public static interface DescribeMeshRequest.Builder extends AppMeshRequest.Builder, SdkPojo, CopyableBuilder<DescribeMeshRequest.Builder,DescribeMeshRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeMeshRequest.Builder |
meshName(String meshName)
The name of the service mesh to describe.
|
DescribeMeshRequest.Builder |
meshOwner(String meshOwner)
The Amazon Web Services IAM account ID of the service mesh owner.
|
DescribeMeshRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeMeshRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeMeshRequest.Builder meshName(String meshName)
The name of the service mesh to describe.
meshName - The name of the service mesh to describe.DescribeMeshRequest.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.
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.DescribeMeshRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeMeshRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.