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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Graph.Builderarn(String arn)The ARN of the behavior graph.Graph.BuildercreatedTime(Instant createdTime)The date and time that the behavior graph was created.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
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.
-
-