Interface ListEnabledProductsForImportRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListEnabledProductsForImportRequest.Builder,ListEnabledProductsForImportRequest>,SdkBuilder<ListEnabledProductsForImportRequest.Builder,ListEnabledProductsForImportRequest>,SdkPojo,SdkRequest.Builder,SecurityHubRequest.Builder
- Enclosing class:
- ListEnabledProductsForImportRequest
public static interface ListEnabledProductsForImportRequest.Builder extends SecurityHubRequest.Builder, SdkPojo, CopyableBuilder<ListEnabledProductsForImportRequest.Builder,ListEnabledProductsForImportRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListEnabledProductsForImportRequest.BuildermaxResults(Integer maxResults)The maximum number of items to return in the response.ListEnabledProductsForImportRequest.BuildernextToken(String nextToken)The token that is required for pagination.ListEnabledProductsForImportRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListEnabledProductsForImportRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
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.services.securityhub.model.SecurityHubRequest.Builder
build
-
-
-
-
Method Detail
-
nextToken
ListEnabledProductsForImportRequest.Builder nextToken(String nextToken)
The token that is required for pagination. On your first call to the
ListEnabledProductsForImportoperation, set the value of this parameter toNULL.For subsequent calls to the operation, to continue listing data, set the value of this parameter to the value returned from the previous response.
- Parameters:
nextToken- The token that is required for pagination. On your first call to theListEnabledProductsForImportoperation, set the value of this parameter toNULL.For subsequent calls to the operation, to continue listing data, set the value of this parameter to the value returned from the previous response.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListEnabledProductsForImportRequest.Builder maxResults(Integer maxResults)
The maximum number of items to return in the response.
- Parameters:
maxResults- The maximum number of items to return in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListEnabledProductsForImportRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListEnabledProductsForImportRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-