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 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

      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.