public static interface ListNetworkAnalyzerConfigurationsResponse.Builder extends IotWirelessResponse.Builder, SdkPojo, CopyableBuilder<ListNetworkAnalyzerConfigurationsResponse.Builder,ListNetworkAnalyzerConfigurationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListNetworkAnalyzerConfigurationsResponse.Builder |
networkAnalyzerConfigurationList(Collection<NetworkAnalyzerConfigurations> networkAnalyzerConfigurationList)
The list of network analyzer configurations.
|
ListNetworkAnalyzerConfigurationsResponse.Builder |
networkAnalyzerConfigurationList(Consumer<NetworkAnalyzerConfigurations.Builder>... networkAnalyzerConfigurationList)
The list of network analyzer configurations.
|
ListNetworkAnalyzerConfigurationsResponse.Builder |
networkAnalyzerConfigurationList(NetworkAnalyzerConfigurations... networkAnalyzerConfigurationList)
The list of network analyzer configurations.
|
ListNetworkAnalyzerConfigurationsResponse.Builder |
nextToken(String nextToken)
The token to use to get the next set of results, or null if there are no additional results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListNetworkAnalyzerConfigurationsResponse.Builder nextToken(String nextToken)
The token to use to get the next set of results, or null if there are no additional results.
nextToken - The token to use to get the next set of results, or null if there are no additional results.ListNetworkAnalyzerConfigurationsResponse.Builder networkAnalyzerConfigurationList(Collection<NetworkAnalyzerConfigurations> networkAnalyzerConfigurationList)
The list of network analyzer configurations.
networkAnalyzerConfigurationList - The list of network analyzer configurations.ListNetworkAnalyzerConfigurationsResponse.Builder networkAnalyzerConfigurationList(NetworkAnalyzerConfigurations... networkAnalyzerConfigurationList)
The list of network analyzer configurations.
networkAnalyzerConfigurationList - The list of network analyzer configurations.ListNetworkAnalyzerConfigurationsResponse.Builder networkAnalyzerConfigurationList(Consumer<NetworkAnalyzerConfigurations.Builder>... networkAnalyzerConfigurationList)
The list of network analyzer configurations.
This is a convenience method that creates an instance of the.Builder avoiding the need to create one manually via #builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #networkAnalyzerConfigurationList(List) .networkAnalyzerConfigurationList - a consumer that will call methods on List.Builder #networkAnalyzerConfigurationList(List) Copyright © 2022. All rights reserved.