public static interface Graph.Builder extends SdkPojo, CopyableBuilder<Graph.Builder,Graph>
| Modifier and Type | Method and Description |
|---|---|
Graph.Builder |
arn(String arn)
The ARN of the behavior graph.
|
Graph.Builder |
createdTime(Instant createdTime)
The date and time that the behavior graph was created.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGraph.Builder arn(String arn)
The ARN of the behavior graph.
arn - The ARN of the behavior graph.Graph.Builder createdTime(Instant createdTime)
The date and time that the behavior graph was created. The value is in milliseconds since the epoch.
createdTime - The date and time that the behavior graph was created. The value is in milliseconds since the epoch.Copyright © 2021. All rights reserved.