Interface UpdateIpAccessSettingsResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<UpdateIpAccessSettingsResponse.Builder,,- UpdateIpAccessSettingsResponse> - SdkBuilder<UpdateIpAccessSettingsResponse.Builder,,- UpdateIpAccessSettingsResponse> - SdkPojo,- SdkResponse.Builder,- WorkSpacesWebResponse.Builder
- Enclosing class:
- UpdateIpAccessSettingsResponse
@Mutable
@NotThreadSafe
public static interface UpdateIpAccessSettingsResponse.Builder
extends WorkSpacesWebResponse.Builder, SdkPojo, CopyableBuilder<UpdateIpAccessSettingsResponse.Builder,UpdateIpAccessSettingsResponse> 
- 
Method SummaryModifier 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.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- 
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.
 
- 
ipAccessSettingsdefault UpdateIpAccessSettingsResponse.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 on- IpAccessSettings.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-