Interface BatchGetGraphMemberDatasourcesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<BatchGetGraphMemberDatasourcesResponse.Builder,BatchGetGraphMemberDatasourcesResponse>,DetectiveResponse.Builder,SdkBuilder<BatchGetGraphMemberDatasourcesResponse.Builder,BatchGetGraphMemberDatasourcesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- BatchGetGraphMemberDatasourcesResponse
public static interface BatchGetGraphMemberDatasourcesResponse.Builder extends DetectiveResponse.Builder, SdkPojo, CopyableBuilder<BatchGetGraphMemberDatasourcesResponse.Builder,BatchGetGraphMemberDatasourcesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchGetGraphMemberDatasourcesResponse.BuildermemberDatasources(Collection<MembershipDatasources> memberDatasources)Details on the status of data source packages for members of the behavior graph.BatchGetGraphMemberDatasourcesResponse.BuildermemberDatasources(Consumer<MembershipDatasources.Builder>... memberDatasources)Details on the status of data source packages for members of the behavior graph.BatchGetGraphMemberDatasourcesResponse.BuildermemberDatasources(MembershipDatasources... memberDatasources)Details on the status of data source packages for members of the behavior graph.BatchGetGraphMemberDatasourcesResponse.BuilderunprocessedAccounts(Collection<UnprocessedAccount> unprocessedAccounts)Accounts that data source package information could not be retrieved for.BatchGetGraphMemberDatasourcesResponse.BuilderunprocessedAccounts(Consumer<UnprocessedAccount.Builder>... unprocessedAccounts)Accounts that data source package information could not be retrieved for.BatchGetGraphMemberDatasourcesResponse.BuilderunprocessedAccounts(UnprocessedAccount... unprocessedAccounts)Accounts 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
-
memberDatasources
BatchGetGraphMemberDatasourcesResponse.Builder memberDatasources(Collection<MembershipDatasources> memberDatasources)
Details on the status of data source packages for members of the behavior graph.
- Parameters:
memberDatasources- Details on the status of data source packages for members of the behavior graph.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
memberDatasources
BatchGetGraphMemberDatasourcesResponse.Builder memberDatasources(MembershipDatasources... memberDatasources)
Details on the status of data source packages for members of the behavior graph.
- Parameters:
memberDatasources- Details on the status of data source packages for members of the behavior graph.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
memberDatasources
BatchGetGraphMemberDatasourcesResponse.Builder memberDatasources(Consumer<MembershipDatasources.Builder>... memberDatasources)
Details on the status of data source packages for members 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#memberDatasources(List.) - Parameters:
memberDatasources- 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:
#memberDatasources(java.util.Collection)
-
unprocessedAccounts
BatchGetGraphMemberDatasourcesResponse.Builder unprocessedAccounts(Collection<UnprocessedAccount> unprocessedAccounts)
Accounts that data source package information could not be retrieved for.
- Parameters:
unprocessedAccounts- Accounts 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.
-
unprocessedAccounts
BatchGetGraphMemberDatasourcesResponse.Builder unprocessedAccounts(UnprocessedAccount... unprocessedAccounts)
Accounts that data source package information could not be retrieved for.
- Parameters:
unprocessedAccounts- Accounts 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.
-
unprocessedAccounts
BatchGetGraphMemberDatasourcesResponse.Builder unprocessedAccounts(Consumer<UnprocessedAccount.Builder>... unprocessedAccounts)
Accounts that data source package information could not be retrieved for.
This is a convenience method that creates an instance of theUnprocessedAccount.Builderavoiding the need to create one manually viaUnprocessedAccount.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#unprocessedAccounts(List.) - Parameters:
unprocessedAccounts- a consumer that will call methods onUnprocessedAccount.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#unprocessedAccounts(java.util.Collection)
-
-