Interface ListRulesPackagesResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<ListRulesPackagesResponse.Builder,,ListRulesPackagesResponse> InspectorResponse.Builder,SdkBuilder<ListRulesPackagesResponse.Builder,,ListRulesPackagesResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 ListRulesPackagesResponse
public static interface ListRulesPackagesResponse.Builder
extends InspectorResponse.Builder, SdkPojo, CopyableBuilder<ListRulesPackagesResponse.Builder,ListRulesPackagesResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionWhen a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request.rulesPackageArns(String... rulesPackageArns) The list of ARNs that specifies the rules packages returned by the action.rulesPackageArns(Collection<String> rulesPackageArns) The list of ARNs that specifies the rules packages returned by the action.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.inspector.model.InspectorResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
rulesPackageArns
The list of ARNs that specifies the rules packages returned by the action.
- Parameters:
 rulesPackageArns- The list of ARNs that specifies the rules packages returned by the action.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
rulesPackageArns
The list of ARNs that specifies the rules packages returned by the action.
- Parameters:
 rulesPackageArns- The list of ARNs that specifies the rules packages returned by the action.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
nextToken
When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request. If there is no more data to be listed, this parameter is set to null.
- Parameters:
 nextToken- When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request. If there is no more data to be listed, this parameter is set to null.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -