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 the device is located in.
|
AWSLocation.Builder |
zone(String zone)
The Zone the device is located in.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAWSLocation.Builder zone(String zone)
The Zone the device is located in. This can be the ID of an Availability Zone, Local Zone, Wavelength Zone, or an Outpost.
zone - The Zone the device is located in. This can be 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 the device is located in.
subnetArn - The Amazon Resource Name (ARN) of the subnet the device is located in.Copyright © 2021. All rights reserved.