Interface GetIpAccessSettingsResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<GetIpAccessSettingsResponse.Builder,,GetIpAccessSettingsResponse> SdkBuilder<GetIpAccessSettingsResponse.Builder,,GetIpAccessSettingsResponse> SdkPojo,SdkResponse.Builder,WorkSpacesWebResponse.Builder
- Enclosing class:
 GetIpAccessSettingsResponse
public static interface GetIpAccessSettingsResponse.Builder
extends WorkSpacesWebResponse.Builder, SdkPojo, CopyableBuilder<GetIpAccessSettingsResponse.Builder,GetIpAccessSettingsResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionipAccessSettings(Consumer<IpAccessSettings.Builder> ipAccessSettings) The IP access settings.ipAccessSettings(IpAccessSettings ipAccessSettings) The IP access settings.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.workspacesweb.model.WorkSpacesWebResponse.Builder
build, responseMetadata, responseMetadata 
- 
Method Details
- 
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
default GetIpAccessSettingsResponse.Builder ipAccessSettings(Consumer<IpAccessSettings.Builder> ipAccessSettings) The IP access settings.
This is a convenience method that creates an instance of theIpAccessSettings.Builderavoiding the need to create one manually viaIpAccessSettings.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toipAccessSettings(IpAccessSettings).- Parameters:
 ipAccessSettings- a consumer that will call methods onIpAccessSettings.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -