Interface BatchGetMembershipDatasourcesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<BatchGetMembershipDatasourcesResponse.Builder,BatchGetMembershipDatasourcesResponse>,DetectiveResponse.Builder,SdkBuilder<BatchGetMembershipDatasourcesResponse.Builder,BatchGetMembershipDatasourcesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- BatchGetMembershipDatasourcesResponse
public static interface BatchGetMembershipDatasourcesResponse.Builder extends DetectiveResponse.Builder, SdkPojo, CopyableBuilder<BatchGetMembershipDatasourcesResponse.Builder,BatchGetMembershipDatasourcesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchGetMembershipDatasourcesResponse.BuildermembershipDatasources(Collection<MembershipDatasources> membershipDatasources)Details on the data source package history for an member of the behavior graph.BatchGetMembershipDatasourcesResponse.BuildermembershipDatasources(Consumer<MembershipDatasources.Builder>... membershipDatasources)Details on the data source package history for an member of the behavior graph.BatchGetMembershipDatasourcesResponse.BuildermembershipDatasources(MembershipDatasources... membershipDatasources)Details on the data source package history for an member of the behavior graph.BatchGetMembershipDatasourcesResponse.BuilderunprocessedGraphs(Collection<UnprocessedGraph> unprocessedGraphs)Graphs that data source package information could not be retrieved for.BatchGetMembershipDatasourcesResponse.BuilderunprocessedGraphs(Consumer<UnprocessedGraph.Builder>... unprocessedGraphs)Graphs that data source package information could not be retrieved for.BatchGetMembershipDatasourcesResponse.BuilderunprocessedGraphs(UnprocessedGraph... unprocessedGraphs)Graphs that data source package information could not be retrieved for.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.detective.model.DetectiveResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
membershipDatasources
BatchGetMembershipDatasourcesResponse.Builder membershipDatasources(Collection<MembershipDatasources> membershipDatasources)
Details on the data source package history for an member of the behavior graph.
- Parameters:
membershipDatasources- Details on the data source package history for an member of the behavior graph.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
membershipDatasources
BatchGetMembershipDatasourcesResponse.Builder membershipDatasources(MembershipDatasources... membershipDatasources)
Details on the data source package history for an member of the behavior graph.
- Parameters:
membershipDatasources- Details on the data source package history for an member of the behavior graph.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
membershipDatasources
BatchGetMembershipDatasourcesResponse.Builder membershipDatasources(Consumer<MembershipDatasources.Builder>... membershipDatasources)
Details on the data source package history for an member of the behavior graph.
This is a convenience method that creates an instance of theMembershipDatasources.Builderavoiding the need to create one manually viaMembershipDatasources.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#membershipDatasources(List.) - Parameters:
membershipDatasources- a consumer that will call methods onMembershipDatasources.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#membershipDatasources(java.util.Collection)
-
unprocessedGraphs
BatchGetMembershipDatasourcesResponse.Builder unprocessedGraphs(Collection<UnprocessedGraph> unprocessedGraphs)
Graphs that data source package information could not be retrieved for.
- Parameters:
unprocessedGraphs- Graphs that data source package information could not be retrieved for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unprocessedGraphs
BatchGetMembershipDatasourcesResponse.Builder unprocessedGraphs(UnprocessedGraph... unprocessedGraphs)
Graphs that data source package information could not be retrieved for.
- Parameters:
unprocessedGraphs- Graphs that data source package information could not be retrieved for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unprocessedGraphs
BatchGetMembershipDatasourcesResponse.Builder unprocessedGraphs(Consumer<UnprocessedGraph.Builder>... unprocessedGraphs)
Graphs that data source package information could not be retrieved for.
This is a convenience method that creates an instance of theUnprocessedGraph.Builderavoiding the need to create one manually viaUnprocessedGraph.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#unprocessedGraphs(List.) - Parameters:
unprocessedGraphs- a consumer that will call methods onUnprocessedGraph.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#unprocessedGraphs(java.util.Collection)
-
-