Interface NetworkSettings.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<NetworkSettings.Builder,,- NetworkSettings> - SdkBuilder<NetworkSettings.Builder,,- NetworkSettings> - SdkPojo
- Enclosing class:
- NetworkSettings
- 
Method SummaryModifier and TypeMethodDescriptionassociatedPortalArns(String... associatedPortalArns) A list of web portal ARNs that this network settings is associated with.associatedPortalArns(Collection<String> associatedPortalArns) A list of web portal ARNs that this network settings is associated with.networkSettingsArn(String networkSettingsArn) The ARN of the network settings.securityGroupIds(String... securityGroupIds) One or more security groups used to control access from streaming instances to your VPC.securityGroupIds(Collection<String> securityGroupIds) One or more security groups used to control access from streaming instances to your VPC.The subnets in which network interfaces are created to connect streaming instances to your VPC.subnetIds(Collection<String> subnetIds) The subnets in which network interfaces are created to connect streaming instances to your VPC.The VPC that streaming instances will connect to.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, sdkFields
- 
Method Details- 
networkSettingsArnThe 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.
 
- 
associatedPortalArnsA list of web portal ARNs that this network settings is associated with. - Parameters:
- associatedPortalArns- A list of web portal ARNs that this network settings is associated with.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
associatedPortalArnsA list of web portal ARNs that this network settings is associated with. - Parameters:
- associatedPortalArns- A list of web portal ARNs that this network settings is associated with.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
vpcIdThe VPC that streaming instances will connect to. - Parameters:
- vpcId- The VPC that streaming instances will connect to.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
subnetIdsThe subnets in which network interfaces are created to connect streaming instances to your VPC. At least two of these subnets must be in different availability zones. - Parameters:
- subnetIds- The subnets in which network interfaces are created to connect streaming instances to your VPC. At least two of these subnets must be in different availability zones.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
subnetIdsThe subnets in which network interfaces are created to connect streaming instances to your VPC. At least two of these subnets must be in different availability zones. - Parameters:
- subnetIds- The subnets in which network interfaces are created to connect streaming instances to your VPC. At least two of these subnets must be in different availability zones.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
securityGroupIdsOne or more security groups used to control access from streaming instances to your VPC. - Parameters:
- securityGroupIds- One or more security groups used to control access from streaming instances to your VPC.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
securityGroupIdsOne or more security groups used to control access from streaming instances to your VPC. - Parameters:
- securityGroupIds- One or more security groups used to control access from streaming instances to your VPC.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-