Interface GetGroupVersionResponse.Builder

    • Method Detail

      • arn

        GetGroupVersionResponse.Builder arn​(String arn)
        The ARN of the group version.
        Parameters:
        arn - The ARN of the group version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTimestamp

        GetGroupVersionResponse.Builder creationTimestamp​(String creationTimestamp)
        The time, in milliseconds since the epoch, when the group version was created.
        Parameters:
        creationTimestamp - The time, in milliseconds since the epoch, when the group version was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • definition

        GetGroupVersionResponse.Builder definition​(GroupVersion definition)
        Information about the group version definition.
        Parameters:
        definition - Information about the group version definition.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • id

        GetGroupVersionResponse.Builder id​(String id)
        The ID of the group that the version is associated with.
        Parameters:
        id - The ID of the group that the version is associated with.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • version

        GetGroupVersionResponse.Builder version​(String version)
        The ID of the group version.
        Parameters:
        version - The ID of the group version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.