Interface DescribeActionTargetsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeActionTargetsRequest.Builder,DescribeActionTargetsRequest>,SdkBuilder<DescribeActionTargetsRequest.Builder,DescribeActionTargetsRequest>,SdkPojo,SdkRequest.Builder,SecurityHubRequest.Builder
- Enclosing class:
- DescribeActionTargetsRequest
public static interface DescribeActionTargetsRequest.Builder extends SecurityHubRequest.Builder, SdkPojo, CopyableBuilder<DescribeActionTargetsRequest.Builder,DescribeActionTargetsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeActionTargetsRequest.BuilderactionTargetArns(String... actionTargetArns)A list of custom action target ARNs for the custom action targets to retrieve.DescribeActionTargetsRequest.BuilderactionTargetArns(Collection<String> actionTargetArns)A list of custom action target ARNs for the custom action targets to retrieve.DescribeActionTargetsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return.DescribeActionTargetsRequest.BuildernextToken(String nextToken)The token that is required for pagination.DescribeActionTargetsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeActionTargetsRequest.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.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.securityhub.model.SecurityHubRequest.Builder
build
-
-
-
-
Method Detail
-
actionTargetArns
DescribeActionTargetsRequest.Builder actionTargetArns(Collection<String> actionTargetArns)
A list of custom action target ARNs for the custom action targets to retrieve.
- Parameters:
actionTargetArns- A list of custom action target ARNs for the custom action targets to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actionTargetArns
DescribeActionTargetsRequest.Builder actionTargetArns(String... actionTargetArns)
A list of custom action target ARNs for the custom action targets to retrieve.
- Parameters:
actionTargetArns- A list of custom action target ARNs for the custom action targets to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
DescribeActionTargetsRequest.Builder nextToken(String nextToken)
The token that is required for pagination. On your first call to the
DescribeActionTargetsoperation, set the value of this parameter toNULL.For subsequent calls to the operation, to continue listing data, set the value of this parameter to the value returned from the previous response.
- Parameters:
nextToken- The token that is required for pagination. On your first call to theDescribeActionTargetsoperation, set the value of this parameter toNULL.For subsequent calls to the operation, to continue listing data, set the value of this parameter to the value returned from the previous response.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
DescribeActionTargetsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return.
- Parameters:
maxResults- The maximum number of results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeActionTargetsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeActionTargetsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-