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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateNetworkInsightsPathResponse.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.BuildernetworkInsightsPath(NetworkInsightsPath)Copyright © 2022. All rights reserved.