Interface ListEnabledProductsForImportResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListEnabledProductsForImportResponse.Builder,ListEnabledProductsForImportResponse>,SdkBuilder<ListEnabledProductsForImportResponse.Builder,ListEnabledProductsForImportResponse>,SdkPojo,SdkResponse.Builder,SecurityHubResponse.Builder
- Enclosing class:
- ListEnabledProductsForImportResponse
public static interface ListEnabledProductsForImportResponse.Builder extends SecurityHubResponse.Builder, SdkPojo, CopyableBuilder<ListEnabledProductsForImportResponse.Builder,ListEnabledProductsForImportResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListEnabledProductsForImportResponse.BuildernextToken(String nextToken)The pagination token to use to request the next page of results.ListEnabledProductsForImportResponse.BuilderproductSubscriptions(String... productSubscriptions)The list of ARNs for the resources that represent your subscriptions to products.ListEnabledProductsForImportResponse.BuilderproductSubscriptions(Collection<String> productSubscriptions)The list of ARNs for the resources that represent your subscriptions to products.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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
-
Methods inherited from interface software.amazon.awssdk.services.securityhub.model.SecurityHubResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
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
ListEnabledProductsForImportResponse.Builder nextToken(String 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.
-
-