Interface AWSLocation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AWSLocation.Builder,
,AWSLocation> SdkBuilder<AWSLocation.Builder,
,AWSLocation> SdkPojo
- Enclosing class:
AWSLocation
public static interface AWSLocation.Builder
extends SdkPojo, CopyableBuilder<AWSLocation.Builder,AWSLocation>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the subnet that the device is located in.The Zone that the device is located in.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
zone
The Zone that the device is located in. Specify the ID of an Availability Zone, Local Zone, Wavelength Zone, or an Outpost.
- Parameters:
zone
- The Zone that the device is located in. Specify the ID of an Availability Zone, Local Zone, Wavelength Zone, or an Outpost.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetArn
The Amazon Resource Name (ARN) of the subnet that the device is located in.
- Parameters:
subnetArn
- The Amazon Resource Name (ARN) of the subnet that the device is located in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-