public static interface ListIpAccessSettingsResponse.Builder extends WorkSpacesWebResponse.Builder, SdkPojo, CopyableBuilder<ListIpAccessSettingsResponse.Builder,ListIpAccessSettingsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListIpAccessSettingsResponse.Builder |
ipAccessSettings(Collection<IpAccessSettingsSummary> ipAccessSettings)
The IP access settings.
|
ListIpAccessSettingsResponse.Builder |
ipAccessSettings(Consumer<IpAccessSettingsSummary.Builder>... ipAccessSettings)
The IP access settings.
|
ListIpAccessSettingsResponse.Builder |
ipAccessSettings(IpAccessSettingsSummary... ipAccessSettings)
The IP access settings.
|
ListIpAccessSettingsResponse.Builder |
nextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListIpAccessSettingsResponse.Builder ipAccessSettings(Collection<IpAccessSettingsSummary> ipAccessSettings)
The IP access settings.
ipAccessSettings - The IP access settings.ListIpAccessSettingsResponse.Builder ipAccessSettings(IpAccessSettingsSummary... ipAccessSettings)
The IP access settings.
ipAccessSettings - The IP access settings.ListIpAccessSettingsResponse.Builder ipAccessSettings(Consumer<IpAccessSettingsSummary.Builder>... ipAccessSettings)
The IP access settings.
This is a convenience method that creates an instance of theIpAccessSettingsSummary.Builder avoiding the need
to create one manually via
IpAccessSettingsSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #ipAccessSettings(List.
ipAccessSettings - a consumer that will call methods on
IpAccessSettingsSummary.Builder#ipAccessSettings(java.util.Collection) ListIpAccessSettingsResponse.Builder nextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
nextToken - The pagination token used to retrieve the next page of results for this operation.Copyright © 2023. All rights reserved.