Interface CreateCellRequest.Builder

    • Method Detail

      • cellName

        CreateCellRequest.Builder cellName​(String cellName)

        The name of the cell to create.

        Parameters:
        cellName - The name of the cell to create.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • cells

        CreateCellRequest.Builder cells​(Collection<String> cells)

        A list of cell Amazon Resource Names (ARNs) contained within this cell, for use in nested cells. For example, Availability Zones within specific Amazon Web Services Regions.

        Parameters:
        cells - A list of cell Amazon Resource Names (ARNs) contained within this cell, for use in nested cells. For example, Availability Zones within specific Amazon Web Services Regions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • cells

        CreateCellRequest.Builder cells​(String... cells)

        A list of cell Amazon Resource Names (ARNs) contained within this cell, for use in nested cells. For example, Availability Zones within specific Amazon Web Services Regions.

        Parameters:
        cells - A list of cell Amazon Resource Names (ARNs) contained within this cell, for use in nested cells. For example, Availability Zones within specific Amazon Web Services Regions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        CreateCellRequest.Builder tags​(Map<String,​String> tags)
        Sets the value of the Tags property for this object.
        Parameters:
        tags - The new value for the Tags property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.