Interface Graph.Builder

    • Method Detail

      • arn

        Graph.Builder arn​(String arn)

        The ARN of the behavior graph.

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

        Graph.Builder createdTime​(Instant createdTime)

        The date and time that the behavior graph was created. The value is an ISO8601 formatted string. For example, 2021-08-18T16:35:56.284Z.

        Parameters:
        createdTime - The date and time that the behavior graph was created. The value is an ISO8601 formatted string. For example, 2021-08-18T16:35:56.284Z.
        Returns:
        Returns a reference to this object so that method calls can be chained together.