Interface ListDatasourcePackagesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListDatasourcePackagesResponse.Builder,ListDatasourcePackagesResponse>,DetectiveResponse.Builder,SdkBuilder<ListDatasourcePackagesResponse.Builder,ListDatasourcePackagesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListDatasourcePackagesResponse
public static interface ListDatasourcePackagesResponse.Builder extends DetectiveResponse.Builder, SdkPojo, CopyableBuilder<ListDatasourcePackagesResponse.Builder,ListDatasourcePackagesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListDatasourcePackagesResponse.BuilderdatasourcePackages(Map<DatasourcePackage,DatasourcePackageIngestDetail> datasourcePackages)Details on the data source packages active in the behavior graph.ListDatasourcePackagesResponse.BuilderdatasourcePackagesWithStrings(Map<String,DatasourcePackageIngestDetail> datasourcePackages)Details on the data source packages active in the behavior graph.ListDatasourcePackagesResponse.BuildernextToken(String nextToken)For requests to get the next page of results, the pagination token that was returned with the previous set of results.-
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
-
datasourcePackagesWithStrings
ListDatasourcePackagesResponse.Builder datasourcePackagesWithStrings(Map<String,DatasourcePackageIngestDetail> datasourcePackages)
Details on the data source packages active in the behavior graph.
- Parameters:
datasourcePackages- Details on the data source packages active in the behavior graph.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
datasourcePackages
ListDatasourcePackagesResponse.Builder datasourcePackages(Map<DatasourcePackage,DatasourcePackageIngestDetail> datasourcePackages)
Details on the data source packages active in the behavior graph.
- Parameters:
datasourcePackages- Details on the data source packages active in the behavior graph.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-