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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
CreateTrafficMirrorTargetResponse.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.Builder
trafficMirrorTarget(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 © 2020. All rights reserved.