Interface NetworkSettings.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<NetworkSettings.Builder,
,NetworkSettings> SdkBuilder<NetworkSettings.Builder,
,NetworkSettings> SdkPojo
- Enclosing class:
NetworkSettings
-
Method Summary
Modifier 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.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
-
Method Details
-
associatedPortalArns
A 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.
-
associatedPortalArns
A 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.
-
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.
-
securityGroupIds
One 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.
-
securityGroupIds
One 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.
-
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.
- 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.
-
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.
- 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.
-
vpcId
The 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.
-