Interface ListIpAccessSettingsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListIpAccessSettingsResponse.Builder,
,ListIpAccessSettingsResponse> SdkBuilder<ListIpAccessSettingsResponse.Builder,
,ListIpAccessSettingsResponse> SdkPojo
,SdkResponse.Builder
,WorkSpacesWebResponse.Builder
- Enclosing class:
ListIpAccessSettingsResponse
@Mutable
@NotThreadSafe
public static interface ListIpAccessSettingsResponse.Builder
extends WorkSpacesWebResponse.Builder, SdkPojo, CopyableBuilder<ListIpAccessSettingsResponse.Builder,ListIpAccessSettingsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionipAccessSettings
(Collection<IpAccessSettingsSummary> ipAccessSettings) The IP access settings.ipAccessSettings
(Consumer<IpAccessSettingsSummary.Builder>... ipAccessSettings) The IP access settings.ipAccessSettings
(IpAccessSettingsSummary... ipAccessSettings) The IP access settings.The pagination token used to retrieve the next page of results for this operation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods inherited from interface software.amazon.awssdk.services.workspacesweb.model.WorkSpacesWebResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
ipAccessSettings
ListIpAccessSettingsResponse.Builder ipAccessSettings(Collection<IpAccessSettingsSummary> ipAccessSettings) The IP access settings.
- Parameters:
ipAccessSettings
- The IP access settings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipAccessSettings
The IP access settings.
- Parameters:
ipAccessSettings
- The IP access settings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipAccessSettings
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 viaIpAccessSettingsSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toipAccessSettings(List<IpAccessSettingsSummary>)
.- Parameters:
ipAccessSettings
- a consumer that will call methods onIpAccessSettingsSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The pagination token used to retrieve the next page of results for this operation.
- Parameters:
nextToken
- The pagination token used to retrieve the next page of results for this operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-