Interface ResourceLocation.Builder

    • Method Detail

      • availabilityZone

        ResourceLocation.Builder availabilityZone​(String availabilityZone)

        The Availability Zone. Follows the format us-east-2a (case-sensitive).

        Parameters:
        availabilityZone - The Availability Zone. Follows the format us-east-2a (case-sensitive).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • regionName

        ResourceLocation.Builder regionName​(String regionName)

        The Amazon Web Services Region name.

        Parameters:
        regionName - The Amazon Web Services Region name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RegionName, RegionName
      • regionName

        ResourceLocation.Builder regionName​(RegionName regionName)

        The Amazon Web Services Region name.

        Parameters:
        regionName - The Amazon Web Services Region name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RegionName, RegionName