Uses of Interface
software.amazon.awssdk.services.appmesh.model.MeshSpec.Builder
-
Packages that use MeshSpec.Builder Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of MeshSpec.Builder in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return MeshSpec.Builder Modifier and Type Method Description static MeshSpec.BuilderMeshSpec. builder()default MeshSpec.BuilderMeshSpec.Builder. egressFilter(Consumer<EgressFilter.Builder> egressFilter)The egress filter rules for the service mesh.MeshSpec.BuilderMeshSpec.Builder. egressFilter(EgressFilter egressFilter)The egress filter rules for the service mesh.default MeshSpec.BuilderMeshSpec.Builder. serviceDiscovery(Consumer<MeshServiceDiscovery.Builder> serviceDiscovery)Sets the value of the ServiceDiscovery property for this object.MeshSpec.BuilderMeshSpec.Builder. serviceDiscovery(MeshServiceDiscovery serviceDiscovery)Sets the value of the ServiceDiscovery property for this object.MeshSpec.BuilderMeshSpec. toBuilder()Methods in software.amazon.awssdk.services.appmesh.model that return types with arguments of type MeshSpec.Builder Modifier and Type Method Description static Class<? extends MeshSpec.Builder>MeshSpec. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appmesh.model with type arguments of type MeshSpec.Builder Modifier and Type Method Description default CreateMeshRequest.BuilderCreateMeshRequest.Builder. spec(Consumer<MeshSpec.Builder> spec)The service mesh specification to apply.default MeshData.BuilderMeshData.Builder. spec(Consumer<MeshSpec.Builder> spec)The associated specification for the service mesh.default UpdateMeshRequest.BuilderUpdateMeshRequest.Builder. spec(Consumer<MeshSpec.Builder> spec)The service mesh specification to apply.
-