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.
List.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #actionTargets(List) .actionTargets - a consumer that will call methods on List.Builder #actionTargets(List) 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 © 2021. All rights reserved.