CopyableBuilder<ListRulesPackagesResponse.Builder,ListRulesPackagesResponse>, SdkBuilder<ListRulesPackagesResponse.Builder,ListRulesPackagesResponse>public static interface ListRulesPackagesResponse.Builder extends CopyableBuilder<ListRulesPackagesResponse.Builder,ListRulesPackagesResponse>
| Modifier and Type | Method | Description |
|---|---|---|
ListRulesPackagesResponse.Builder |
nextToken(String 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.
|
ListRulesPackagesResponse.Builder |
rulesPackageArns(String... rulesPackageArns) |
The list of ARNs that specifies the rules packages returned by the action.
|
ListRulesPackagesResponse.Builder |
rulesPackageArns(Collection<String> rulesPackageArns) |
The list of ARNs that specifies the rules packages returned by the action.
|
copyapply, buildListRulesPackagesResponse.Builder rulesPackageArns(Collection<String> rulesPackageArns)
The list of ARNs that specifies the rules packages returned by the action.
rulesPackageArns - The list of ARNs that specifies the rules packages returned by the action.ListRulesPackagesResponse.Builder rulesPackageArns(String... rulesPackageArns)
The list of ARNs that specifies the rules packages returned by the action.
NOTE: This method appends the values to the existing list (if any). Use
#setRulesPackageArns(java.util.Collection) or #withRulesPackageArns(java.util.Collection) if
you want to override the existing values.
rulesPackageArns - The list of ARNs that specifies the rules packages returned by the action.ListRulesPackagesResponse.Builder nextToken(String 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.
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.