Interface UnprocessedGraph.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<UnprocessedGraph.Builder,UnprocessedGraph>,SdkBuilder<UnprocessedGraph.Builder,UnprocessedGraph>,SdkPojo
- Enclosing class:
- UnprocessedGraph
public static interface UnprocessedGraph.Builder extends SdkPojo, CopyableBuilder<UnprocessedGraph.Builder,UnprocessedGraph>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UnprocessedGraph.BuildergraphArn(String graphArn)The ARN of the organization behavior graph.UnprocessedGraph.Builderreason(String reason)The reason data source package information could not be processed for a behavior graph.-
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
-
graphArn
UnprocessedGraph.Builder graphArn(String graphArn)
The ARN of the organization behavior graph.
- Parameters:
graphArn- The ARN of the organization behavior graph.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reason
UnprocessedGraph.Builder reason(String reason)
The reason data source package information could not be processed for a behavior graph.
- Parameters:
reason- The reason data source package information could not be processed for a behavior graph.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-