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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.workspacesweb.model.WorkSpacesWebResponse.Builderbuild, responseMetadata, responseMetadata
- 
Method Details- 
ipAccessSettingsListIpAccessSettingsResponse.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.
 
- 
ipAccessSettingsThe IP access settings. - Parameters:
- ipAccessSettings- The IP access settings.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
ipAccessSettingsListIpAccessSettingsResponse.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 toipAccessSettings(List<IpAccessSettingsSummary>).- Parameters:
- ipAccessSettings- a consumer that will call methods on- IpAccessSettingsSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nextTokenThe 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.
 
 
-