Interface ListPublishingDestinationsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListPublishingDestinationsRequest.Builder,ListPublishingDestinationsRequest>,GuardDutyRequest.Builder,SdkBuilder<ListPublishingDestinationsRequest.Builder,ListPublishingDestinationsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListPublishingDestinationsRequest
public static interface ListPublishingDestinationsRequest.Builder extends GuardDutyRequest.Builder, SdkPojo, CopyableBuilder<ListPublishingDestinationsRequest.Builder,ListPublishingDestinationsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListPublishingDestinationsRequest.BuilderdetectorId(String detectorId)The ID of the detector to retrieve publishing destinations for.ListPublishingDestinationsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return in the response.ListPublishingDestinationsRequest.BuildernextToken(String nextToken)A token to use for paginating results that are returned in the response.ListPublishingDestinationsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListPublishingDestinationsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.guardduty.model.GuardDutyRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
detectorId
ListPublishingDestinationsRequest.Builder detectorId(String detectorId)
The ID of the detector to retrieve publishing destinations for.
- Parameters:
detectorId- The ID of the detector to retrieve publishing destinations for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListPublishingDestinationsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in the response.
- Parameters:
maxResults- The maximum number of results to return in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
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
NextTokenvalue returned from the previous request to continue listing results after the first page.- Parameters:
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 theNextTokenvalue returned from the previous request to continue listing results after the first page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListPublishingDestinationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListPublishingDestinationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-