public static interface DescribeMeshResponse.Builder extends AppMeshResponse.Builder, SdkPojo, CopyableBuilder<DescribeMeshResponse.Builder,DescribeMeshResponse>
Modifier and Type | Method and Description |
---|---|
default DescribeMeshResponse.Builder |
mesh(Consumer<MeshData.Builder> mesh)
The full description of your service mesh.
|
DescribeMeshResponse.Builder |
mesh(MeshData mesh)
The full description of your service mesh.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeMeshResponse.Builder mesh(MeshData mesh)
The full description of your service mesh.
mesh
- The full description of your service mesh.default DescribeMeshResponse.Builder mesh(Consumer<MeshData.Builder> mesh)
The full description of your service mesh.
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.Builder
mesh(MeshData)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.