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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AWSLocation.BuildersubnetArn(String subnetArn)The Amazon Resource Name (ARN) of the subnet that the device is located in.AWSLocation.Builderzone(String zone)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 Detail
-
zone
AWSLocation.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.
- 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
AWSLocation.Builder subnetArn(String 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.
-
-