public static interface DescribeActionTargetsResponse.Builder extends SecurityHubResponse.Builder, SdkPojo, CopyableBuilder<DescribeActionTargetsResponse.Builder,DescribeActionTargetsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeActionTargetsResponse.Builder |
actionTargets(ActionTarget... actionTargets)
A list of
ActionTarget objects. |
DescribeActionTargetsResponse.Builder |
actionTargets(Collection<ActionTarget> actionTargets)
A list of
ActionTarget objects. |
DescribeActionTargetsResponse.Builder |
actionTargets(Consumer<ActionTarget.Builder>... actionTargets)
A list of
ActionTarget objects. |
DescribeActionTargetsResponse.Builder |
nextToken(String nextToken)
The pagination token to use to request the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeActionTargetsResponse.Builder actionTargets(Collection<ActionTarget> actionTargets)
A list of ActionTarget objects. Each object includes the ActionTargetArn,
Description, and Name of a custom action target available in Security Hub.
actionTargets - A list of ActionTarget objects. Each object includes the ActionTargetArn,
Description, and Name of a custom action target available in Security Hub.DescribeActionTargetsResponse.Builder actionTargets(ActionTarget... actionTargets)
A list of ActionTarget objects. Each object includes the ActionTargetArn,
Description, and Name of a custom action target available in Security Hub.
actionTargets - A list of ActionTarget objects. Each object includes the ActionTargetArn,
Description, and Name of a custom action target available in Security Hub.DescribeActionTargetsResponse.Builder actionTargets(Consumer<ActionTarget.Builder>... actionTargets)
A list of ActionTarget objects. Each object includes the ActionTargetArn,
Description, and Name of a custom action target available in Security Hub.
ActionTarget.Builder avoiding the need to create
one manually via ActionTarget.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #actionTargets(List.
actionTargets - a consumer that will call methods on
ActionTarget.Builder#actionTargets(java.util.Collection) DescribeActionTargetsResponse.Builder nextToken(String nextToken)
The pagination token to use to request the next page of results.
nextToken - The pagination token to use to request the next page of results.Copyright © 2023. All rights reserved.