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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeTrafficMirrorTargetsResponse.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 that creates an instance of theList.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 #trafficMirrorTargets(List)
.trafficMirrorTargets
- a consumer that will call methods on List.Builder
#trafficMirrorTargets(List)
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 © 2020. All rights reserved.