public static interface ListEventSubscriptionsRequest.Builder extends InspectorRequest.Builder, SdkPojo, CopyableBuilder<ListEventSubscriptionsRequest.Builder,ListEventSubscriptionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListEventSubscriptionsRequest.Builder |
maxResults(Integer maxResults)
You can use this parameter to indicate the maximum number of items you want in the response.
|
ListEventSubscriptionsRequest.Builder |
nextToken(String nextToken)
You can use this parameter when paginating results.
|
ListEventSubscriptionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListEventSubscriptionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListEventSubscriptionsRequest.Builder |
resourceArn(String resourceArn)
The ARN of the assessment template for which you want to list the existing event subscriptions.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListEventSubscriptionsRequest.Builder resourceArn(String resourceArn)
The ARN of the assessment template for which you want to list the existing event subscriptions.
resourceArn - The ARN of the assessment template for which you want to list the existing event subscriptions.ListEventSubscriptionsRequest.Builder nextToken(String nextToken)
You can use this parameter when paginating results. Set the value of this parameter to null on your first call to the ListEventSubscriptions action. Subsequent calls to the action fill nextToken in the request with the value of NextToken from the previous response to continue listing data.
nextToken - You can use this parameter when paginating results. Set the value of this parameter to null on your
first call to the ListEventSubscriptions action. Subsequent calls to the action fill
nextToken in the request with the value of NextToken from the previous response to
continue listing data.ListEventSubscriptionsRequest.Builder maxResults(Integer maxResults)
You can use this parameter to indicate the maximum number of items you want in the response. The default value is 10. The maximum value is 500.
maxResults - You can use this parameter to indicate the maximum number of items you want in the response. The
default value is 10. The maximum value is 500.ListEventSubscriptionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListEventSubscriptionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.