Interface LocationInfo.Builder

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

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

    • type

      The type of location where the bucket will be created.

      Parameters:
      type - The type of location where the bucket will be created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The type of location where the bucket will be created.

      Parameters:
      type - The type of location where the bucket will be created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • name

      The name of the location where the bucket will be created.

      For directory buckets, the name of the location is the AZ ID of the Availability Zone where the bucket will be created. An example AZ ID value is usw2-az1.

      Parameters:
      name - The name of the location where the bucket will be created.

      For directory buckets, the name of the location is the AZ ID of the Availability Zone where the bucket will be created. An example AZ ID value is usw2-az1.

      Returns:
      Returns a reference to this object so that method calls can be chained together.