Interface Graph.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<Graph.Builder,,Graph> SdkBuilder<Graph.Builder,,Graph> SdkPojo
- Enclosing class:
 Graph
- 
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the behavior graph.createdTime(Instant createdTime) The date and time that the behavior graph was created.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
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
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.
 
 
 -