Interface LocationInfo.Builder

    • Method Detail

      • type

        LocationInfo.Builder type​(String 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:
        LocationType, LocationType
      • type

        LocationInfo.Builder type​(LocationType 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:
        LocationType, LocationType
      • name

        LocationInfo.Builder name​(String 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.