Interface ListEnabledProductsForImportResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<ListEnabledProductsForImportResponse.Builder,ListEnabledProductsForImportResponse>, SdkBuilder<ListEnabledProductsForImportResponse.Builder,ListEnabledProductsForImportResponse>, SdkPojo, SdkResponse.Builder, SecurityHubResponse.Builder
Enclosing class:
ListEnabledProductsForImportResponse

  • Method Details

    • productSubscriptions

      ListEnabledProductsForImportResponse.Builder productSubscriptions(Collection<String> productSubscriptions)

      The list of ARNs for the resources that represent your subscriptions to products.

      Parameters:
      productSubscriptions - The list of ARNs for the resources that represent your subscriptions to products.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • productSubscriptions

      ListEnabledProductsForImportResponse.Builder productSubscriptions(String... productSubscriptions)

      The list of ARNs for the resources that represent your subscriptions to products.

      Parameters:
      productSubscriptions - The list of ARNs for the resources that represent your subscriptions to products.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      The pagination token to use to request the next page of results.

      Parameters:
      nextToken - The pagination token to use to request the next page of results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.