public static interface ModifyTrafficMirrorSessionResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<ModifyTrafficMirrorSessionResponse.Builder,ModifyTrafficMirrorSessionResponse>
| Modifier and Type | Method and Description |
|---|---|
default ModifyTrafficMirrorSessionResponse.Builder |
trafficMirrorSession(Consumer<TrafficMirrorSession.Builder> trafficMirrorSession)
Information about the Traffic Mirror session.
|
ModifyTrafficMirrorSessionResponse.Builder |
trafficMirrorSession(TrafficMirrorSession trafficMirrorSession)
Information about the Traffic Mirror session.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildModifyTrafficMirrorSessionResponse.Builder trafficMirrorSession(TrafficMirrorSession trafficMirrorSession)
Information about the Traffic Mirror session.
trafficMirrorSession - Information about the Traffic Mirror session.default ModifyTrafficMirrorSessionResponse.Builder trafficMirrorSession(Consumer<TrafficMirrorSession.Builder> trafficMirrorSession)
Information about the Traffic Mirror session.
This is a convenience that creates an instance of theTrafficMirrorSession.Builder avoiding the need
to create one manually via TrafficMirrorSession.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to trafficMirrorSession(TrafficMirrorSession).trafficMirrorSession - a consumer that will call methods on TrafficMirrorSession.BuildertrafficMirrorSession(TrafficMirrorSession)Copyright © 2021. All rights reserved.