public static interface ListWebhooksRequest.Builder extends AmplifyRequest.Builder, SdkPojo, CopyableBuilder<ListWebhooksRequest.Builder,ListWebhooksRequest>
| Modifier and Type | Method and Description |
|---|---|
ListWebhooksRequest.Builder |
appId(String appId)
The unique ID for an Amplify app.
|
ListWebhooksRequest.Builder |
maxResults(Integer maxResults)
The maximum number of records to list in a single response.
|
ListWebhooksRequest.Builder |
nextToken(String nextToken)
A pagination token.
|
ListWebhooksRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListWebhooksRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListWebhooksRequest.Builder appId(String appId)
The unique ID for an Amplify app.
appId - The unique ID for an Amplify app.ListWebhooksRequest.Builder nextToken(String nextToken)
A pagination token. Set to null to start listing webhooks from the start. If non-null,the pagination token is returned in a result. Pass its value in here to list more webhooks.
nextToken - A pagination token. Set to null to start listing webhooks from the start. If non-null,the pagination
token is returned in a result. Pass its value in here to list more webhooks.ListWebhooksRequest.Builder maxResults(Integer maxResults)
The maximum number of records to list in a single response.
maxResults - The maximum number of records to list in a single response.ListWebhooksRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListWebhooksRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.