public static interface UpdateNetworkConfigurationInput.Builder extends SdkPojo, CopyableBuilder<UpdateNetworkConfigurationInput.Builder,UpdateNetworkConfigurationInput>
| Modifier and Type | Method and Description |
|---|---|
UpdateNetworkConfigurationInput.Builder |
securityGroupIds(Collection<String> securityGroupIds)
Provide a JSON list of 1 or more security groups IDs by name, in the same VPC as the subnets.
|
UpdateNetworkConfigurationInput.Builder |
securityGroupIds(String... securityGroupIds)
Provide a JSON list of 1 or more security groups IDs by name, in the same VPC as the subnets.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateNetworkConfigurationInput.Builder securityGroupIds(Collection<String> securityGroupIds)
Provide a JSON list of 1 or more security groups IDs by name, in the same VPC as the subnets.
securityGroupIds - Provide a JSON list of 1 or more security groups IDs by name, in the same VPC as the subnets.UpdateNetworkConfigurationInput.Builder securityGroupIds(String... securityGroupIds)
Provide a JSON list of 1 or more security groups IDs by name, in the same VPC as the subnets.
securityGroupIds - Provide a JSON list of 1 or more security groups IDs by name, in the same VPC as the subnets.Copyright © 2021. All rights reserved.