Interface AssociateNetworkSettingsResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<AssociateNetworkSettingsResponse.Builder,,AssociateNetworkSettingsResponse> SdkBuilder<AssociateNetworkSettingsResponse.Builder,,AssociateNetworkSettingsResponse> SdkPojo,SdkResponse.Builder,WorkSpacesWebResponse.Builder
- Enclosing class:
 AssociateNetworkSettingsResponse
public static interface AssociateNetworkSettingsResponse.Builder
extends WorkSpacesWebResponse.Builder, SdkPojo, CopyableBuilder<AssociateNetworkSettingsResponse.Builder,AssociateNetworkSettingsResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionnetworkSettingsArn(String networkSettingsArn) The ARN of the network settings.The ARN of the web portal.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, 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
- 
networkSettingsArn
The ARN of the network settings.
- Parameters:
 networkSettingsArn- The ARN of the network settings.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
portalArn
The ARN of the web portal.
- Parameters:
 portalArn- The ARN of the web portal.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -