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 Details

    • 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

      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

      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.