public static interface ListInvitationsRequest.Builder extends SecurityHubRequest.Builder, SdkPojo, CopyableBuilder<ListInvitationsRequest.Builder,ListInvitationsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListInvitationsRequest.Builder |
maxResults(Integer maxResults)
Indicates the maximum number of items that you want in the response.
|
ListInvitationsRequest.Builder |
nextToken(String nextToken)
Paginates results.
|
ListInvitationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListInvitationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildListInvitationsRequest.Builder maxResults(Integer maxResults)
Indicates the maximum number of items that you want in the response.
maxResults - Indicates the maximum number of items that you want in the response.ListInvitationsRequest.Builder nextToken(String nextToken)
Paginates results. Set the value of this parameter to NULL on your first call to the ListInvitations operation. For subsequent calls to the operation, fill nextToken in the request with the value of NextToken from the previous response to continue listing data.
nextToken - Paginates results. Set the value of this parameter to NULL on your first call to the ListInvitations
operation. For subsequent calls to the operation, fill nextToken in the request with the value of
NextToken from the previous response to continue listing data.ListInvitationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ListInvitationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.