public static interface ListInvitationsRequest.Builder extends SecurityHubRequest.Builder, SdkPojo, CopyableBuilder<ListInvitationsRequest.Builder,ListInvitationsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListInvitationsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of items to return in the response.
|
ListInvitationsRequest.Builder |
nextToken(String nextToken)
The token that is required for pagination.
|
ListInvitationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListInvitationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListInvitationsRequest.Builder maxResults(Integer maxResults)
The maximum number of items to return in the response.
maxResults - The maximum number of items to return in the response.ListInvitationsRequest.Builder nextToken(String nextToken)
The token that is required for pagination. On your first call to the ListInvitations operation,
set the value of this parameter to NULL.
For subsequent calls to the operation, to continue listing data, set the value of this parameter to the value returned from the previous response.
nextToken - The token that is required for pagination. On your first call to the ListInvitations
operation, set the value of this parameter to NULL.
For subsequent calls to the operation, to continue listing data, set the value of this parameter to the value returned from the previous response.
ListInvitationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListInvitationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.