Interface ResourceLocation.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ResourceLocation.Builder,ResourceLocation>, SdkBuilder<ResourceLocation.Builder,ResourceLocation>, SdkPojo
Enclosing class:
ResourceLocation

public static interface ResourceLocation.Builder extends SdkPojo, CopyableBuilder<ResourceLocation.Builder,ResourceLocation>
  • Method Details

    • 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

      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: