Interface CreateMeshResponse.Builder
- All Superinterfaces:
 AppMeshResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<CreateMeshResponse.Builder,,CreateMeshResponse> SdkBuilder<CreateMeshResponse.Builder,,CreateMeshResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 CreateMeshResponse
public static interface CreateMeshResponse.Builder
extends AppMeshResponse.Builder, SdkPojo, CopyableBuilder<CreateMeshResponse.Builder,CreateMeshResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptiondefault CreateMeshResponse.Buildermesh(Consumer<MeshData.Builder> mesh) The full description of your service mesh following the create call.The full description of your service mesh following the create call.Methods inherited from interface software.amazon.awssdk.services.appmesh.model.AppMeshResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
mesh
The full description of your service mesh following the create call.
- Parameters:
 mesh- The full description of your service mesh following the create call.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
mesh
The full description of your service mesh following the create call.
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:
 
 
 -