Interface SystemInstanceSummary.Builder

    • Method Detail

      • id

        SystemInstanceSummary.Builder id​(String id)

        The ID of the system instance.

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

        SystemInstanceSummary.Builder arn​(String arn)

        The ARN of the system instance.

        Parameters:
        arn - The ARN of the system instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • greengrassGroupName

        SystemInstanceSummary.Builder greengrassGroupName​(String greengrassGroupName)

        The ID of the Greengrass group where the system instance is deployed.

        Parameters:
        greengrassGroupName - The ID of the Greengrass group where the system instance is deployed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdAt

        SystemInstanceSummary.Builder createdAt​(Instant createdAt)

        The date when the system instance was created.

        Parameters:
        createdAt - The date when the system instance was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updatedAt

        SystemInstanceSummary.Builder updatedAt​(Instant updatedAt)

        The date and time when the system instance was last updated.

        Parameters:
        updatedAt - The date and time when the system instance was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • greengrassGroupId

        SystemInstanceSummary.Builder greengrassGroupId​(String greengrassGroupId)

        The ID of the Greengrass group where the system instance is deployed.

        Parameters:
        greengrassGroupId - The ID of the Greengrass group where the system instance is deployed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • greengrassGroupVersionId

        SystemInstanceSummary.Builder greengrassGroupVersionId​(String greengrassGroupVersionId)

        The version of the Greengrass group where the system instance is deployed.

        Parameters:
        greengrassGroupVersionId - The version of the Greengrass group where the system instance is deployed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.