public static interface DescribeTrafficMirrorTargetsResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeTrafficMirrorTargetsResponse.Builder,DescribeTrafficMirrorTargetsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeTrafficMirrorTargetsResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
DescribeTrafficMirrorTargetsResponse.Builder |
trafficMirrorTargets(Collection<TrafficMirrorTarget> trafficMirrorTargets)
Information about one or more Traffic Mirror targets.
|
DescribeTrafficMirrorTargetsResponse.Builder |
trafficMirrorTargets(Consumer<TrafficMirrorTarget.Builder>... trafficMirrorTargets)
Information about one or more Traffic Mirror targets.
|
DescribeTrafficMirrorTargetsResponse.Builder |
trafficMirrorTargets(TrafficMirrorTarget... trafficMirrorTargets)
Information about one or more Traffic Mirror targets.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeTrafficMirrorTargetsResponse.Builder trafficMirrorTargets(Collection<TrafficMirrorTarget> trafficMirrorTargets)
Information about one or more Traffic Mirror targets.
trafficMirrorTargets - Information about one or more Traffic Mirror targets.DescribeTrafficMirrorTargetsResponse.Builder trafficMirrorTargets(TrafficMirrorTarget... trafficMirrorTargets)
Information about one or more Traffic Mirror targets.
trafficMirrorTargets - Information about one or more Traffic Mirror targets.DescribeTrafficMirrorTargetsResponse.Builder trafficMirrorTargets(Consumer<TrafficMirrorTarget.Builder>... trafficMirrorTargets)
Information about one or more Traffic Mirror targets.
This is a convenience method that creates an instance of theTrafficMirrorTarget.Builder avoiding the need to create one
manually via TrafficMirrorTarget.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #trafficMirrorTargets(List.
trafficMirrorTargets - a consumer that will call methods on
TrafficMirrorTarget.Builder#trafficMirrorTargets(java.util.Collection) DescribeTrafficMirrorTargetsResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. The value is null when there are no more
results to return.
nextToken - The token to use to retrieve the next page of results. The value is null when there are
no more results to return.Copyright © 2023. All rights reserved.