Interface SystemInstanceSummary.Builder

  • Method Details

    • 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

      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.
    • status

      The status of the system instance.

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

      The status of the system instance.

      Parameters:
      status - The status of the system instance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • target

      The target of the system instance.

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

      The target of the system instance.

      Parameters:
      target - The target of the system instance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.