Interface Graph.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Graph.Builder,Graph>, SdkBuilder<Graph.Builder,Graph>, SdkPojo
Enclosing class:
Graph

public static interface Graph.Builder extends SdkPojo, CopyableBuilder<Graph.Builder,Graph>
  • Method Details

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