Interface SoftwareSetSummary.Builder

    • Method Detail

      • id

        SoftwareSetSummary.Builder id​(String id)

        The ID of the software set.

        Parameters:
        id - The ID of the software set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • version

        SoftwareSetSummary.Builder version​(String version)

        The version of the software set.

        Parameters:
        version - The version of the software set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • releasedAt

        SoftwareSetSummary.Builder releasedAt​(Instant releasedAt)

        The timestamp of when the software set was released.

        Parameters:
        releasedAt - The timestamp of when the software set was released.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • supportedUntil

        SoftwareSetSummary.Builder supportedUntil​(Instant supportedUntil)

        The timestamp of the end of support for the software set.

        Parameters:
        supportedUntil - The timestamp of the end of support for the software set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • arn

        SoftwareSetSummary.Builder arn​(String arn)

        The Amazon Resource Name (ARN) of the software set.

        Parameters:
        arn - The Amazon Resource Name (ARN) of the software set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.