public static interface UpdateNetworkSettingsRequest.Builder extends WorkSpacesWebRequest.Builder, SdkPojo, CopyableBuilder<UpdateNetworkSettingsRequest.Builder,UpdateNetworkSettingsRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateNetworkSettingsRequest.Builder |
clientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
UpdateNetworkSettingsRequest.Builder |
networkSettingsArn(String networkSettingsArn)
The ARN of the network settings.
|
UpdateNetworkSettingsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateNetworkSettingsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateNetworkSettingsRequest.Builder |
securityGroupIds(Collection<String> securityGroupIds)
One or more security groups used to control access from streaming instances to your VPC.
|
UpdateNetworkSettingsRequest.Builder |
securityGroupIds(String... securityGroupIds)
One or more security groups used to control access from streaming instances to your VPC.
|
UpdateNetworkSettingsRequest.Builder |
subnetIds(Collection<String> subnetIds)
The subnets in which network interfaces are created to connect streaming instances to your VPC.
|
UpdateNetworkSettingsRequest.Builder |
subnetIds(String... subnetIds)
The subnets in which network interfaces are created to connect streaming instances to your VPC.
|
UpdateNetworkSettingsRequest.Builder |
vpcId(String vpcId)
The VPC that streaming instances will connect to.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateNetworkSettingsRequest.Builder clientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token return the result from the original successful request.
If you do not specify a client token, one is automatically generated by the AWS SDK.
clientToken - A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
Idempotency ensures that an API request completes only once. With an idempotent request, if the
original request completes successfully, subsequent retries with the same client token return the
result from the original successful request.
If you do not specify a client token, one is automatically generated by the AWS SDK.
UpdateNetworkSettingsRequest.Builder networkSettingsArn(String networkSettingsArn)
The ARN of the network settings.
networkSettingsArn - The ARN of the network settings.UpdateNetworkSettingsRequest.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.UpdateNetworkSettingsRequest.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.UpdateNetworkSettingsRequest.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.UpdateNetworkSettingsRequest.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.UpdateNetworkSettingsRequest.Builder vpcId(String vpcId)
The VPC that streaming instances will connect to.
vpcId - The VPC that streaming instances will connect to.UpdateNetworkSettingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateNetworkSettingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.