public static interface ListEnabledProductsForImportResponse.Builder extends SecurityHubResponse.Builder, SdkPojo, CopyableBuilder<ListEnabledProductsForImportResponse.Builder,ListEnabledProductsForImportResponse>
| Modifier and Type | Method and Description |
|---|---|
ListEnabledProductsForImportResponse.Builder |
nextToken(String nextToken)
The pagination token to use to request the next page of results.
|
ListEnabledProductsForImportResponse.Builder |
productSubscriptions(Collection<String> productSubscriptions)
The list of ARNs for the resources that represent your subscriptions to products.
|
ListEnabledProductsForImportResponse.Builder |
productSubscriptions(String... productSubscriptions)
The list of ARNs for the resources that represent your subscriptions to products.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListEnabledProductsForImportResponse.Builder productSubscriptions(Collection<String> productSubscriptions)
The list of ARNs for the resources that represent your subscriptions to products.
productSubscriptions - The list of ARNs for the resources that represent your subscriptions to products.ListEnabledProductsForImportResponse.Builder productSubscriptions(String... productSubscriptions)
The list of ARNs for the resources that represent your subscriptions to products.
productSubscriptions - The list of ARNs for the resources that represent your subscriptions to products.ListEnabledProductsForImportResponse.Builder nextToken(String nextToken)
The pagination token to use to request the next page of results.
nextToken - The pagination token to use to request the next page of results.Copyright © 2023. All rights reserved.