Interface ListNetworkAnalyzerConfigurationsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListNetworkAnalyzerConfigurationsResponse.Builder,ListNetworkAnalyzerConfigurationsResponse>,IotWirelessResponse.Builder,SdkBuilder<ListNetworkAnalyzerConfigurationsResponse.Builder,ListNetworkAnalyzerConfigurationsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListNetworkAnalyzerConfigurationsResponse
public static interface ListNetworkAnalyzerConfigurationsResponse.Builder extends IotWirelessResponse.Builder, SdkPojo, CopyableBuilder<ListNetworkAnalyzerConfigurationsResponse.Builder,ListNetworkAnalyzerConfigurationsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListNetworkAnalyzerConfigurationsResponse.BuildernetworkAnalyzerConfigurationList(Collection<NetworkAnalyzerConfigurations> networkAnalyzerConfigurationList)The list of network analyzer configurations.ListNetworkAnalyzerConfigurationsResponse.BuildernetworkAnalyzerConfigurationList(Consumer<NetworkAnalyzerConfigurations.Builder>... networkAnalyzerConfigurationList)The list of network analyzer configurations.ListNetworkAnalyzerConfigurationsResponse.BuildernetworkAnalyzerConfigurationList(NetworkAnalyzerConfigurations... networkAnalyzerConfigurationList)The list of network analyzer configurations.ListNetworkAnalyzerConfigurationsResponse.BuildernextToken(String nextToken)The token to use to get the next set of results, or null if there are no additional results.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iotwireless.model.IotWirelessResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
nextToken
ListNetworkAnalyzerConfigurationsResponse.Builder nextToken(String nextToken)
The token to use to get the next set of results, or null if there are no additional results.
- Parameters:
nextToken- The token to use to get the next set of results, or null if there are no additional results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
networkAnalyzerConfigurationList
ListNetworkAnalyzerConfigurationsResponse.Builder networkAnalyzerConfigurationList(Collection<NetworkAnalyzerConfigurations> networkAnalyzerConfigurationList)
The list of network analyzer configurations.
- Parameters:
networkAnalyzerConfigurationList- The list of network analyzer configurations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
networkAnalyzerConfigurationList
ListNetworkAnalyzerConfigurationsResponse.Builder networkAnalyzerConfigurationList(NetworkAnalyzerConfigurations... networkAnalyzerConfigurationList)
The list of network analyzer configurations.
- Parameters:
networkAnalyzerConfigurationList- The list of network analyzer configurations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
networkAnalyzerConfigurationList
ListNetworkAnalyzerConfigurationsResponse.Builder networkAnalyzerConfigurationList(Consumer<NetworkAnalyzerConfigurations.Builder>... networkAnalyzerConfigurationList)
The list of network analyzer configurations.
This is a convenience method that creates an instance of theNetworkAnalyzerConfigurations.Builderavoiding the need to create one manually viaNetworkAnalyzerConfigurations.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#networkAnalyzerConfigurationList(List.) - Parameters:
networkAnalyzerConfigurationList- a consumer that will call methods onNetworkAnalyzerConfigurations.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#networkAnalyzerConfigurationList(java.util.Collection)
-
-