Interface ListIpAccessSettingsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListIpAccessSettingsResponse.Builder,ListIpAccessSettingsResponse>,SdkBuilder<ListIpAccessSettingsResponse.Builder,ListIpAccessSettingsResponse>,SdkPojo,SdkResponse.Builder,WorkSpacesWebResponse.Builder
- Enclosing class:
- ListIpAccessSettingsResponse
public static interface ListIpAccessSettingsResponse.Builder extends WorkSpacesWebResponse.Builder, SdkPojo, CopyableBuilder<ListIpAccessSettingsResponse.Builder,ListIpAccessSettingsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListIpAccessSettingsResponse.BuilderipAccessSettings(Collection<IpAccessSettingsSummary> ipAccessSettings)The IP access settings.ListIpAccessSettingsResponse.BuilderipAccessSettings(Consumer<IpAccessSettingsSummary.Builder>... ipAccessSettings)The IP access settings.ListIpAccessSettingsResponse.BuilderipAccessSettings(IpAccessSettingsSummary... ipAccessSettings)The IP access settings.ListIpAccessSettingsResponse.BuildernextToken(String nextToken)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, 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 Detail
-
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
ListIpAccessSettingsResponse.Builder ipAccessSettings(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
ListIpAccessSettingsResponse.Builder ipAccessSettings(Consumer<IpAccessSettingsSummary.Builder>... ipAccessSettings)
The IP access settings.
This is a convenience method that creates an instance of theIpAccessSettingsSummary.Builderavoiding the need to create one manually viaIpAccessSettingsSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#ipAccessSettings(List.) - 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:
#ipAccessSettings(java.util.Collection)
-
nextToken
ListIpAccessSettingsResponse.Builder nextToken(String 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.
-
-