public static interface AWSLocation.Builder extends SdkPojo, CopyableBuilder<AWSLocation.Builder,AWSLocation>
| Modifier and Type | Method and Description |
|---|---|
AWSLocation.Builder |
subnetArn(String subnetArn)
The Amazon Resource Name (ARN) of the subnet that the device is located in.
|
AWSLocation.Builder |
zone(String zone)
The Zone that the device is located in.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAWSLocation.Builder zone(String zone)
The Zone that the device is located in. Specify the ID of an Availability Zone, Local Zone, Wavelength Zone, or an Outpost.
zone - The Zone that the device is located in. Specify the ID of an Availability Zone, Local Zone, Wavelength
Zone, or an Outpost.AWSLocation.Builder subnetArn(String subnetArn)
The Amazon Resource Name (ARN) of the subnet that the device is located in.
subnetArn - The Amazon Resource Name (ARN) of the subnet that the device is located in.Copyright © 2023. All rights reserved.