public static interface ListInvitationsRequest.Builder extends DetectiveRequest.Builder, SdkPojo, CopyableBuilder<ListInvitationsRequest.Builder,ListInvitationsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListInvitationsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of behavior graph invitations to return in the response.
|
ListInvitationsRequest.Builder |
nextToken(String nextToken)
For requests to retrieve the next page of results, the pagination token that was returned with the previous
page of results.
|
ListInvitationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListInvitationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListInvitationsRequest.Builder nextToken(String nextToken)
For requests to retrieve the next page of results, the pagination token that was returned with the previous page of results. The initial request does not include a pagination token.
nextToken - For requests to retrieve the next page of results, the pagination token that was returned with the
previous page of results. The initial request does not include a pagination token.ListInvitationsRequest.Builder maxResults(Integer maxResults)
The maximum number of behavior graph invitations to return in the response. The total must be less than the overall limit on the number of results to return, which is currently 200.
maxResults - The maximum number of behavior graph invitations to return in the response. The total must be less
than the overall limit on the number of results to return, which is currently 200.ListInvitationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListInvitationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.