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 theNetworkAnalyzerConfigurations.Builder avoiding the
need to create one manually via
NetworkAnalyzerConfigurations.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #networkAnalyzerConfigurationList(List.
networkAnalyzerConfigurationList - a consumer that will call methods on
NetworkAnalyzerConfigurations.Builder#networkAnalyzerConfigurationList(java.util.Collection) Copyright © 2023. All rights reserved.