public static interface ListDatasourcePackagesResponse.Builder extends DetectiveResponse.Builder, SdkPojo, CopyableBuilder<ListDatasourcePackagesResponse.Builder,ListDatasourcePackagesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListDatasourcePackagesResponse.Builder |
datasourcePackages(Map<DatasourcePackage,DatasourcePackageIngestDetail> datasourcePackages)
Details on the data source packages active in the behavior graph.
|
ListDatasourcePackagesResponse.Builder |
datasourcePackagesWithStrings(Map<String,DatasourcePackageIngestDetail> datasourcePackages)
Details on the data source packages active in the behavior graph.
|
ListDatasourcePackagesResponse.Builder |
nextToken(String nextToken)
For requests to get the next page of results, the pagination token that was returned with the previous set of
results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDatasourcePackagesResponse.Builder datasourcePackagesWithStrings(Map<String,DatasourcePackageIngestDetail> datasourcePackages)
Details on the data source packages active in the behavior graph.
datasourcePackages - Details on the data source packages active in the behavior graph.ListDatasourcePackagesResponse.Builder datasourcePackages(Map<DatasourcePackage,DatasourcePackageIngestDetail> datasourcePackages)
Details on the data source packages active in the behavior graph.
datasourcePackages - Details on the data source packages active in the behavior graph.ListDatasourcePackagesResponse.Builder nextToken(String nextToken)
For requests to get the next page of results, the pagination token that was returned with the previous set of results. The initial request does not include a pagination token.
nextToken - For requests to get the next page of results, the pagination token that was returned with the previous
set of results. The initial request does not include a pagination token.Copyright © 2023. All rights reserved.