public static interface NetworkSettings.Builder extends SdkPojo, CopyableBuilder<NetworkSettings.Builder,NetworkSettings>
| Modifier and Type | Method and Description |
|---|---|
NetworkSettings.Builder |
associatedPortalArns(Collection<String> associatedPortalArns)
A list of web portal ARNs that this network settings is associated with.
|
NetworkSettings.Builder |
associatedPortalArns(String... associatedPortalArns)
A list of web portal ARNs that this network settings is associated with.
|
NetworkSettings.Builder |
networkSettingsArn(String networkSettingsArn)
The ARN of the network settings.
|
NetworkSettings.Builder |
securityGroupIds(Collection<String> securityGroupIds)
One or more security groups used to control access from streaming instances to your VPC.
|
NetworkSettings.Builder |
securityGroupIds(String... securityGroupIds)
One or more security groups used to control access from streaming instances to your VPC.
|
NetworkSettings.Builder |
subnetIds(Collection<String> subnetIds)
The subnets in which network interfaces are created to connect streaming instances to your VPC.
|
NetworkSettings.Builder |
subnetIds(String... subnetIds)
The subnets in which network interfaces are created to connect streaming instances to your VPC.
|
NetworkSettings.Builder |
vpcId(String vpcId)
The VPC that streaming instances will connect to.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNetworkSettings.Builder associatedPortalArns(Collection<String> associatedPortalArns)
A list of web portal ARNs that this network settings is associated with.
associatedPortalArns - A list of web portal ARNs that this network settings is associated with.NetworkSettings.Builder associatedPortalArns(String... associatedPortalArns)
A list of web portal ARNs that this network settings is associated with.
associatedPortalArns - A list of web portal ARNs that this network settings is associated with.NetworkSettings.Builder networkSettingsArn(String networkSettingsArn)
The ARN of the network settings.
networkSettingsArn - The ARN of the network settings.NetworkSettings.Builder securityGroupIds(Collection<String> securityGroupIds)
One or more security groups used to control access from streaming instances to your VPC.
securityGroupIds - One or more security groups used to control access from streaming instances to your VPC.NetworkSettings.Builder securityGroupIds(String... securityGroupIds)
One or more security groups used to control access from streaming instances to your VPC.
securityGroupIds - One or more security groups used to control access from streaming instances to your VPC.NetworkSettings.Builder subnetIds(Collection<String> 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.
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.NetworkSettings.Builder subnetIds(String... 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.
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.NetworkSettings.Builder vpcId(String vpcId)
The VPC that streaming instances will connect to.
vpcId - The VPC that streaming instances will connect to.Copyright © 2023. All rights reserved.