public static interface SearchNetworkProfilesResponse.Builder extends AlexaForBusinessResponse.Builder, SdkPojo, CopyableBuilder<SearchNetworkProfilesResponse.Builder,SearchNetworkProfilesResponse>
| Modifier and Type | Method and Description |
|---|---|
SearchNetworkProfilesResponse.Builder |
networkProfiles(Collection<NetworkProfileData> networkProfiles)
The network profiles that meet the specified set of filter criteria, in sort order.
|
SearchNetworkProfilesResponse.Builder |
networkProfiles(Consumer<NetworkProfileData.Builder>... networkProfiles)
The network profiles that meet the specified set of filter criteria, in sort order.
|
SearchNetworkProfilesResponse.Builder |
networkProfiles(NetworkProfileData... networkProfiles)
The network profiles that meet the specified set of filter criteria, in sort order.
|
SearchNetworkProfilesResponse.Builder |
nextToken(String nextToken)
An optional token returned from a prior request.
|
SearchNetworkProfilesResponse.Builder |
totalCount(Integer totalCount)
The total number of network profiles returned.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchNetworkProfilesResponse.Builder networkProfiles(Collection<NetworkProfileData> networkProfiles)
The network profiles that meet the specified set of filter criteria, in sort order. It is a list of NetworkProfileData objects.
networkProfiles - The network profiles that meet the specified set of filter criteria, in sort order. It is a list of
NetworkProfileData objects.SearchNetworkProfilesResponse.Builder networkProfiles(NetworkProfileData... networkProfiles)
The network profiles that meet the specified set of filter criteria, in sort order. It is a list of NetworkProfileData objects.
networkProfiles - The network profiles that meet the specified set of filter criteria, in sort order. It is a list of
NetworkProfileData objects.SearchNetworkProfilesResponse.Builder networkProfiles(Consumer<NetworkProfileData.Builder>... networkProfiles)
The network profiles that meet the specified set of filter criteria, in sort order. It is a list of NetworkProfileData objects.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #networkProfiles(List) .networkProfiles - a consumer that will call methods on List.Builder #networkProfiles(List) SearchNetworkProfilesResponse.Builder nextToken(String nextToken)
An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.
nextToken - An optional token returned from a prior request. Use this token for pagination of results from this
action. If this parameter is specified, the response includes only results beyond the token, up to the
value specified by MaxResults.SearchNetworkProfilesResponse.Builder totalCount(Integer totalCount)
The total number of network profiles returned.
totalCount - The total number of network profiles returned.Copyright © 2021. All rights reserved.