| Package | Description |
|---|---|
| software.amazon.awssdk.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
static MeshData.Builder |
MeshData.builder() |
MeshData.Builder |
MeshData.Builder.meshName(String meshName)
The name of the service mesh.
|
default MeshData.Builder |
MeshData.Builder.metadata(Consumer<ResourceMetadata.Builder> metadata)
The associated metadata for the service mesh.
|
MeshData.Builder |
MeshData.Builder.metadata(ResourceMetadata metadata)
The associated metadata for the service mesh.
|
default MeshData.Builder |
MeshData.Builder.spec(Consumer<MeshSpec.Builder> spec)
The associated specification for the service mesh.
|
MeshData.Builder |
MeshData.Builder.spec(MeshSpec spec)
The associated specification for the service mesh.
|
default MeshData.Builder |
MeshData.Builder.status(Consumer<MeshStatus.Builder> status)
The status of the service mesh.
|
MeshData.Builder |
MeshData.Builder.status(MeshStatus status)
The status of the service mesh.
|
MeshData.Builder |
MeshData.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends MeshData.Builder> |
MeshData.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeMeshResponse.Builder |
DescribeMeshResponse.Builder.mesh(Consumer<MeshData.Builder> mesh)
The full description of your service mesh.
|
default UpdateMeshResponse.Builder |
UpdateMeshResponse.Builder.mesh(Consumer<MeshData.Builder> mesh)
Sets the value of the Mesh property for this object.
|
default CreateMeshResponse.Builder |
CreateMeshResponse.Builder.mesh(Consumer<MeshData.Builder> mesh)
The full description of your service mesh following the create call.
|
default DeleteMeshResponse.Builder |
DeleteMeshResponse.Builder.mesh(Consumer<MeshData.Builder> mesh)
The service mesh that was deleted.
|
Copyright © 2021. All rights reserved.