public static interface CreateNetworkInsightsPathResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<CreateNetworkInsightsPathResponse.Builder,CreateNetworkInsightsPathResponse>
Modifier and Type | Method and Description |
---|---|
default CreateNetworkInsightsPathResponse.Builder |
networkInsightsPath(Consumer<NetworkInsightsPath.Builder> networkInsightsPath)
Information about the path.
|
CreateNetworkInsightsPathResponse.Builder |
networkInsightsPath(NetworkInsightsPath networkInsightsPath)
Information about the path.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
CreateNetworkInsightsPathResponse.Builder networkInsightsPath(NetworkInsightsPath networkInsightsPath)
Information about the path.
networkInsightsPath
- Information about the path.default CreateNetworkInsightsPathResponse.Builder networkInsightsPath(Consumer<NetworkInsightsPath.Builder> networkInsightsPath)
Information about the path.
This is a convenience method that creates an instance of theNetworkInsightsPath.Builder
avoiding the
need to create one manually via NetworkInsightsPath.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and
its result is passed to networkInsightsPath(NetworkInsightsPath)
.networkInsightsPath
- a consumer that will call methods on NetworkInsightsPath.Builder
networkInsightsPath(NetworkInsightsPath)
Copyright © 2022. All rights reserved.