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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssociateNetworkSettingsResponse.BuildernetworkSettingsArn(String networkSettingsArn)The ARN of the network settings.AssociateNetworkSettingsResponse.BuilderportalArn(String portalArn)The ARN of the web portal.-
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, sdkFieldNameToField, 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
-
networkSettingsArn
AssociateNetworkSettingsResponse.Builder networkSettingsArn(String 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
AssociateNetworkSettingsResponse.Builder portalArn(String 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.
-
-