Interface PlacementSummary.Builder

    • Method Detail

      • projectName

        PlacementSummary.Builder projectName​(String projectName)

        The name of the project containing the placement.

        Parameters:
        projectName - The name of the project containing the placement.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • placementName

        PlacementSummary.Builder placementName​(String placementName)

        The name of the placement being summarized.

        Parameters:
        placementName - The name of the placement being summarized.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdDate

        PlacementSummary.Builder createdDate​(Instant createdDate)

        The date when the placement was originally created, in UNIX epoch time format.

        Parameters:
        createdDate - The date when the placement was originally created, in UNIX epoch time format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updatedDate

        PlacementSummary.Builder updatedDate​(Instant updatedDate)

        The date when the placement was last updated, in UNIX epoch time format. If the placement was not updated, then createdDate and updatedDate are the same.

        Parameters:
        updatedDate - The date when the placement was last updated, in UNIX epoch time format. If the placement was not updated, then createdDate and updatedDate are the same.
        Returns:
        Returns a reference to this object so that method calls can be chained together.