CopyableBuilder<ListRuleNamesByTargetRequest.Builder,ListRuleNamesByTargetRequest>
, SdkBuilder<ListRuleNamesByTargetRequest.Builder,ListRuleNamesByTargetRequest>
public static interface ListRuleNamesByTargetRequest.Builder extends CopyableBuilder<ListRuleNamesByTargetRequest.Builder,ListRuleNamesByTargetRequest>
Modifier and Type | Method | Description |
---|---|---|
ListRuleNamesByTargetRequest.Builder |
limit(Integer limit) |
The maximum number of results to return.
|
ListRuleNamesByTargetRequest.Builder |
nextToken(String nextToken) |
The token returned by a previous call to retrieve the next set of results.
|
ListRuleNamesByTargetRequest.Builder |
targetArn(String targetArn) |
The Amazon Resource Name (ARN) of the target resource.
|
copy
apply, build
ListRuleNamesByTargetRequest.Builder targetArn(String targetArn)
The Amazon Resource Name (ARN) of the target resource.
targetArn
- The Amazon Resource Name (ARN) of the target resource.ListRuleNamesByTargetRequest.Builder nextToken(String nextToken)
The token returned by a previous call to retrieve the next set of results.
nextToken
- The token returned by a previous call to retrieve the next set of results.ListRuleNamesByTargetRequest.Builder limit(Integer limit)
The maximum number of results to return.
limit
- The maximum number of results to return.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.