CopyableBuilder<ListProtectionsRequest.Builder,ListProtectionsRequest>
, SdkBuilder<ListProtectionsRequest.Builder,ListProtectionsRequest>
public static interface ListProtectionsRequest.Builder extends CopyableBuilder<ListProtectionsRequest.Builder,ListProtectionsRequest>
Modifier and Type | Method | Description |
---|---|---|
ListProtectionsRequest.Builder |
maxResults(Integer maxResults) |
The maximum number of Protection objects to be returned.
|
ListProtectionsRequest.Builder |
nextToken(String nextToken) |
The
ListProtectionsRequest.NextToken value from a previous call to ListProtections . |
copy
apply, build
ListProtectionsRequest.Builder nextToken(String nextToken)
The ListProtectionsRequest.NextToken
value from a previous call to ListProtections
.
Pass null if this is the first call.
nextToken
- The ListProtectionsRequest.NextToken
value from a previous call to
ListProtections
. Pass null if this is the first call.ListProtectionsRequest.Builder maxResults(Integer maxResults)
The maximum number of Protection objects to be returned. If this is left blank the first 20 results will be returned.
maxResults
- The maximum number of Protection objects to be returned. If this is left blank the first 20
results will be returned.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.