Interface BatchGetGraphMemberDatasourcesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<BatchGetGraphMemberDatasourcesResponse.Builder,
,BatchGetGraphMemberDatasourcesResponse> DetectiveResponse.Builder
,SdkBuilder<BatchGetGraphMemberDatasourcesResponse.Builder,
,BatchGetGraphMemberDatasourcesResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
BatchGetGraphMemberDatasourcesResponse
-
Method Summary
Modifier and TypeMethodDescriptionmemberDatasources
(Collection<MembershipDatasources> memberDatasources) Details on the status of data source packages for members of the behavior graph.memberDatasources
(Consumer<MembershipDatasources.Builder>... memberDatasources) Details on the status of data source packages for members of the behavior graph.memberDatasources
(MembershipDatasources... memberDatasources) Details on the status of data source packages for members of the behavior graph.unprocessedAccounts
(Collection<UnprocessedAccount> unprocessedAccounts) Accounts that data source package information could not be retrieved for.unprocessedAccounts
(Consumer<UnprocessedAccount.Builder>... unprocessedAccounts) Accounts that data source package information could not be retrieved for.unprocessedAccounts
(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 Details
-
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.Builder
avoiding the need to create one manually viaMembershipDatasources.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tomemberDatasources(List<MembershipDatasources>)
.- 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:
-
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.Builder
avoiding the need to create one manually viaUnprocessedAccount.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tounprocessedAccounts(List<UnprocessedAccount>)
.- 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:
-