Interface DeleteNetworkInsightsPathResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<DeleteNetworkInsightsPathResponse.Builder,,DeleteNetworkInsightsPathResponse> Ec2Response.Builder,SdkBuilder<DeleteNetworkInsightsPathResponse.Builder,,DeleteNetworkInsightsPathResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 DeleteNetworkInsightsPathResponse
public static interface DeleteNetworkInsightsPathResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DeleteNetworkInsightsPathResponse.Builder,DeleteNetworkInsightsPathResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionnetworkInsightsPathId(String networkInsightsPathId) The ID of the path.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builder
build, responseMetadata, responseMetadataMethods 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
- 
networkInsightsPathId
The ID of the path.
- Parameters:
 networkInsightsPathId- The ID of the path.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -