public static interface ListPublishingDestinationsRequest.Builder extends GuardDutyRequest.Builder, SdkPojo, CopyableBuilder<ListPublishingDestinationsRequest.Builder,ListPublishingDestinationsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListPublishingDestinationsRequest.Builder |
detectorId(String detectorId)
The ID of the detector to retrieve publishing destinations for.
|
ListPublishingDestinationsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in the response.
|
ListPublishingDestinationsRequest.Builder |
nextToken(String nextToken)
A token to use for paginating results that are returned in the response.
|
ListPublishingDestinationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListPublishingDestinationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListPublishingDestinationsRequest.Builder detectorId(String detectorId)
The ID of the detector to retrieve publishing destinations for.
detectorId - The ID of the detector to retrieve publishing destinations for.ListPublishingDestinationsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in the response.
maxResults - The maximum number of results to return in the response.ListPublishingDestinationsRequest.Builder nextToken(String nextToken)
A token to use for paginating results that are returned in the response. Set the value of this parameter to
null for the first request to a list action. For subsequent calls, use the NextToken value
returned from the previous request to continue listing results after the first page.
nextToken - A token to use for paginating results that are returned in the response. Set the value of this
parameter to null for the first request to a list action. For subsequent calls, use the
NextToken value returned from the previous request to continue listing results after the
first page.ListPublishingDestinationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListPublishingDestinationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.