public static interface CreateNetworkSettingsRequest.Builder extends WorkSpacesWebRequest.Builder, SdkPojo, CopyableBuilder<CreateNetworkSettingsRequest.Builder,CreateNetworkSettingsRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateNetworkSettingsRequest.Builder |
clientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateNetworkSettingsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateNetworkSettingsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateNetworkSettingsRequest.Builder |
securityGroupIds(Collection<String> securityGroupIds)
One or more security groups used to control access from streaming instances to your VPC.
|
CreateNetworkSettingsRequest.Builder |
securityGroupIds(String... securityGroupIds)
One or more security groups used to control access from streaming instances to your VPC.
|
CreateNetworkSettingsRequest.Builder |
subnetIds(Collection<String> subnetIds)
The subnets in which network interfaces are created to connect streaming instances to your VPC.
|
CreateNetworkSettingsRequest.Builder |
subnetIds(String... subnetIds)
The subnets in which network interfaces are created to connect streaming instances to your VPC.
|
CreateNetworkSettingsRequest.Builder |
tags(Collection<Tag> tags)
The tags to add to the network settings resource.
|
CreateNetworkSettingsRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
The tags to add to the network settings resource.
|
CreateNetworkSettingsRequest.Builder |
tags(Tag... tags)
The tags to add to the network settings resource.
|
CreateNetworkSettingsRequest.Builder |
vpcId(String vpcId)
The VPC that streaming instances will connect to.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateNetworkSettingsRequest.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 returns 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 returns the
result from the original successful request.
If you do not specify a client token, one is automatically generated by the AWS SDK.
CreateNetworkSettingsRequest.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.CreateNetworkSettingsRequest.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.CreateNetworkSettingsRequest.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.CreateNetworkSettingsRequest.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.CreateNetworkSettingsRequest.Builder tags(Collection<Tag> tags)
The tags to add to the network settings resource. A tag is a key-value pair.
tags - The tags to add to the network settings resource. A tag is a key-value pair.CreateNetworkSettingsRequest.Builder tags(Tag... tags)
The tags to add to the network settings resource. A tag is a key-value pair.
tags - The tags to add to the network settings resource. A tag is a key-value pair.CreateNetworkSettingsRequest.Builder tags(Consumer<Tag.Builder>... tags)
The tags to add to the network settings resource. A tag is a key-value pair.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one
manually via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) CreateNetworkSettingsRequest.Builder vpcId(String vpcId)
The VPC that streaming instances will connect to.
vpcId - The VPC that streaming instances will connect to.CreateNetworkSettingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateNetworkSettingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.