public static interface ListBrowserSettingsResponse.Builder extends WorkSpacesWebResponse.Builder, SdkPojo, CopyableBuilder<ListBrowserSettingsResponse.Builder,ListBrowserSettingsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListBrowserSettingsResponse.Builder |
browserSettings(BrowserSettingsSummary... browserSettings)
The browser settings.
|
ListBrowserSettingsResponse.Builder |
browserSettings(Collection<BrowserSettingsSummary> browserSettings)
The browser settings.
|
ListBrowserSettingsResponse.Builder |
browserSettings(Consumer<BrowserSettingsSummary.Builder>... browserSettings)
The browser settings.
|
ListBrowserSettingsResponse.Builder |
nextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListBrowserSettingsResponse.Builder browserSettings(Collection<BrowserSettingsSummary> browserSettings)
The browser settings.
browserSettings - The browser settings.ListBrowserSettingsResponse.Builder browserSettings(BrowserSettingsSummary... browserSettings)
The browser settings.
browserSettings - The browser settings.ListBrowserSettingsResponse.Builder browserSettings(Consumer<BrowserSettingsSummary.Builder>... browserSettings)
The browser settings.
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 #browserSettings(List) .browserSettings - a consumer that will call methods on List.Builder #browserSettings(List) ListBrowserSettingsResponse.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 © 2022. All rights reserved.