Interface DescribeMeshResponse.Builder
-
- All Superinterfaces:
AppMeshResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<DescribeMeshResponse.Builder,DescribeMeshResponse>,SdkBuilder<DescribeMeshResponse.Builder,DescribeMeshResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeMeshResponse
public static interface DescribeMeshResponse.Builder extends AppMeshResponse.Builder, SdkPojo, CopyableBuilder<DescribeMeshResponse.Builder,DescribeMeshResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DescribeMeshResponse.Buildermesh(Consumer<MeshData.Builder> mesh)The full description of your service mesh.DescribeMeshResponse.Buildermesh(MeshData mesh)The full description of your service mesh.-
Methods inherited from interface software.amazon.awssdk.services.appmesh.model.AppMeshResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
mesh
DescribeMeshResponse.Builder mesh(MeshData mesh)
The full description of your service mesh.
- Parameters:
mesh- The full description of your service mesh.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mesh
default DescribeMeshResponse.Builder mesh(Consumer<MeshData.Builder> mesh)
The full description of your service mesh.
This is a convenience method that creates an instance of theMeshData.Builderavoiding the need to create one manually viaMeshData.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomesh(MeshData).- Parameters:
mesh- a consumer that will call methods onMeshData.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
mesh(MeshData)
-
-