public static interface ListNetworkProfilesResponse.Builder extends DeviceFarmResponse.Builder, SdkPojo, CopyableBuilder<ListNetworkProfilesResponse.Builder,ListNetworkProfilesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListNetworkProfilesResponse.Builder |
networkProfiles(Collection<NetworkProfile> networkProfiles)
A list of the available network profiles.
|
ListNetworkProfilesResponse.Builder |
networkProfiles(Consumer<NetworkProfile.Builder>... networkProfiles)
A list of the available network profiles.
|
ListNetworkProfilesResponse.Builder |
networkProfiles(NetworkProfile... networkProfiles)
A list of the available network profiles.
|
ListNetworkProfilesResponse.Builder |
nextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the
next set of items in the list.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListNetworkProfilesResponse.Builder networkProfiles(Collection<NetworkProfile> networkProfiles)
A list of the available network profiles.
networkProfiles - A list of the available network profiles.ListNetworkProfilesResponse.Builder networkProfiles(NetworkProfile... networkProfiles)
A list of the available network profiles.
networkProfiles - A list of the available network profiles.ListNetworkProfilesResponse.Builder networkProfiles(Consumer<NetworkProfile.Builder>... networkProfiles)
A list of the available network profiles.
This is a convenience method that creates an instance of theNetworkProfile.Builder avoiding the need to create
one manually via NetworkProfile.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #networkProfiles(List.
networkProfiles - a consumer that will call methods on
NetworkProfile.Builder#networkProfiles(java.util.Collection) ListNetworkProfilesResponse.Builder nextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
nextToken - An identifier that was returned from the previous call to this operation, which can be used to return
the next set of items in the list.Copyright © 2023. All rights reserved.