CopyableBuilder<ListNetworkProfilesResponse.Builder,ListNetworkProfilesResponse>
, SdkBuilder<ListNetworkProfilesResponse.Builder,ListNetworkProfilesResponse>
public static interface ListNetworkProfilesResponse.Builder extends CopyableBuilder<ListNetworkProfilesResponse.Builder,ListNetworkProfilesResponse>
Modifier and Type | Method | Description |
---|---|---|
ListNetworkProfilesResponse.Builder |
networkProfiles(Collection<NetworkProfile> 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.
|
copy
apply, build
ListNetworkProfilesResponse.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.
NOTE: This method appends the values to the existing list (if any). Use
#setNetworkProfiles(java.util.Collection)
or #withNetworkProfiles(java.util.Collection)
if
you want to override the existing values.
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.
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 © 2017 Amazon Web Services, Inc. All Rights Reserved.