public static interface CreateTrafficMirrorTargetResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<CreateTrafficMirrorTargetResponse.Builder,CreateTrafficMirrorTargetResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateTrafficMirrorTargetResponse.Builder |
clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
default CreateTrafficMirrorTargetResponse.Builder |
trafficMirrorTarget(Consumer<TrafficMirrorTarget.Builder> trafficMirrorTarget)
Information about the Traffic Mirror target.
|
CreateTrafficMirrorTargetResponse.Builder |
trafficMirrorTarget(TrafficMirrorTarget trafficMirrorTarget)
Information about the Traffic Mirror target.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildCreateTrafficMirrorTargetResponse.Builder trafficMirrorTarget(TrafficMirrorTarget trafficMirrorTarget)
Information about the Traffic Mirror target.
trafficMirrorTarget - Information about the Traffic Mirror target.default CreateTrafficMirrorTargetResponse.Builder trafficMirrorTarget(Consumer<TrafficMirrorTarget.Builder> trafficMirrorTarget)
Information about the Traffic Mirror target.
This is a convenience 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 trafficMirrorTarget(TrafficMirrorTarget).trafficMirrorTarget - a consumer that will call methods on TrafficMirrorTarget.BuildertrafficMirrorTarget(TrafficMirrorTarget)CreateTrafficMirrorTargetResponse.Builder clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.
clientToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more
information, see How to
Ensure Idempotency.Copyright © 2019. All rights reserved.