Uses of Interface
software.amazon.awssdk.services.appmesh.model.MeshData.Builder
-
Packages that use MeshData.Builder Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of MeshData.Builder in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return MeshData.Builder Modifier and Type Method Description static MeshData.BuilderMeshData. builder()MeshData.BuilderMeshData.Builder. meshName(String meshName)The name of the service mesh.default MeshData.BuilderMeshData.Builder. metadata(Consumer<ResourceMetadata.Builder> metadata)The associated metadata for the service mesh.MeshData.BuilderMeshData.Builder. metadata(ResourceMetadata metadata)The associated metadata for the service mesh.default MeshData.BuilderMeshData.Builder. spec(Consumer<MeshSpec.Builder> spec)The associated specification for the service mesh.MeshData.BuilderMeshData.Builder. spec(MeshSpec spec)The associated specification for the service mesh.default MeshData.BuilderMeshData.Builder. status(Consumer<MeshStatus.Builder> status)The status of the service mesh.MeshData.BuilderMeshData.Builder. status(MeshStatus status)The status of the service mesh.MeshData.BuilderMeshData. toBuilder()Methods in software.amazon.awssdk.services.appmesh.model that return types with arguments of type MeshData.Builder Modifier and Type Method Description static Class<? extends MeshData.Builder>MeshData. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appmesh.model with type arguments of type MeshData.Builder Modifier and Type Method Description default CreateMeshResponse.BuilderCreateMeshResponse.Builder. mesh(Consumer<MeshData.Builder> mesh)The full description of your service mesh following the create call.default DeleteMeshResponse.BuilderDeleteMeshResponse.Builder. mesh(Consumer<MeshData.Builder> mesh)The service mesh that was deleted.default DescribeMeshResponse.BuilderDescribeMeshResponse.Builder. mesh(Consumer<MeshData.Builder> mesh)The full description of your service mesh.default UpdateMeshResponse.BuilderUpdateMeshResponse.Builder. mesh(Consumer<MeshData.Builder> mesh)Sets the value of the Mesh property for this object.
-