public static interface DescribeActionTargetsRequest.Builder extends SecurityHubRequest.Builder, SdkPojo, CopyableBuilder<DescribeActionTargetsRequest.Builder,DescribeActionTargetsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeActionTargetsRequest.Builder |
actionTargetArns(Collection<String> actionTargetArns)
A list of custom action target ARNs for the custom action targets to retrieve.
|
DescribeActionTargetsRequest.Builder |
actionTargetArns(String... actionTargetArns)
A list of custom action target ARNs for the custom action targets to retrieve.
|
DescribeActionTargetsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return.
|
DescribeActionTargetsRequest.Builder |
nextToken(String nextToken)
The token that is required for pagination.
|
DescribeActionTargetsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeActionTargetsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeActionTargetsRequest.Builder actionTargetArns(Collection<String> actionTargetArns)
A list of custom action target ARNs for the custom action targets to retrieve.
actionTargetArns - A list of custom action target ARNs for the custom action targets to retrieve.DescribeActionTargetsRequest.Builder actionTargetArns(String... actionTargetArns)
A list of custom action target ARNs for the custom action targets to retrieve.
actionTargetArns - A list of custom action target ARNs for the custom action targets to retrieve.DescribeActionTargetsRequest.Builder nextToken(String nextToken)
The token that is required for pagination. On your first call to the DescribeActionTargets
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
DescribeActionTargets 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.
DescribeActionTargetsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return.
maxResults - The maximum number of results to return.DescribeActionTargetsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeActionTargetsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.