public static interface CreateMeshResponse.Builder extends AppMeshResponse.Builder, SdkPojo, CopyableBuilder<CreateMeshResponse.Builder,CreateMeshResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateMeshResponse.Builder |
mesh(Consumer<MeshData.Builder> mesh)
The full description of your service mesh following the create call.
|
CreateMeshResponse.Builder |
mesh(MeshData mesh)
The full description of your service mesh following the create call.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildCreateMeshResponse.Builder mesh(MeshData mesh)
The full description of your service mesh following the create call.
mesh - The full description of your service mesh following the create call.default CreateMeshResponse.Builder mesh(Consumer<MeshData.Builder> mesh)
The full description of your service mesh following the create call.
This is a convenience that creates an instance of theMeshData.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 © 2017 Amazon Web Services, Inc. All Rights Reserved.