public static interface UpdateMeshResponse.Builder extends AppMeshResponse.Builder, SdkPojo, CopyableBuilder<UpdateMeshResponse.Builder,UpdateMeshResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateMeshResponse.Builder |
mesh(Consumer<MeshData.Builder> mesh)
Sets the value of the Mesh property for this object.
|
UpdateMeshResponse.Builder |
mesh(MeshData mesh)
Sets the value of the Mesh property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateMeshResponse.Builder mesh(MeshData mesh)
mesh - The new value for the Mesh property for this object.default UpdateMeshResponse.Builder mesh(Consumer<MeshData.Builder> mesh)
MeshData.Builder avoiding the need to create
one manually via MeshData.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to mesh(MeshData).mesh - a consumer that will call methods on MeshData.Buildermesh(MeshData)Copyright © 2021. All rights reserved.