CopyableBuilder<GetStaticIpsResponse.Builder,GetStaticIpsResponse>, SdkBuilder<GetStaticIpsResponse.Builder,GetStaticIpsResponse>public static interface GetStaticIpsResponse.Builder extends CopyableBuilder<GetStaticIpsResponse.Builder,GetStaticIpsResponse>
| Modifier and Type | Method | Description |
|---|---|---|
GetStaticIpsResponse.Builder |
nextPageToken(String nextPageToken) |
A token used for advancing to the next page of results from your get static IPs request.
|
GetStaticIpsResponse.Builder |
staticIps(Collection<StaticIp> staticIps) |
An array of key-value pairs containing information about your get static IPs request.
|
GetStaticIpsResponse.Builder |
staticIps(StaticIp... staticIps) |
An array of key-value pairs containing information about your get static IPs request.
|
copyapply, buildGetStaticIpsResponse.Builder staticIps(Collection<StaticIp> staticIps)
An array of key-value pairs containing information about your get static IPs request.
staticIps - An array of key-value pairs containing information about your get static IPs request.GetStaticIpsResponse.Builder staticIps(StaticIp... staticIps)
An array of key-value pairs containing information about your get static IPs request.
NOTE: This method appends the values to the existing list (if any). Use
#setStaticIps(java.util.Collection) or #withStaticIps(java.util.Collection) if you want to
override the existing values.
staticIps - An array of key-value pairs containing information about your get static IPs request.GetStaticIpsResponse.Builder nextPageToken(String nextPageToken)
A token used for advancing to the next page of results from your get static IPs request.
nextPageToken - A token used for advancing to the next page of results from your get static IPs request.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.