public static interface TracingConfigResponse.Builder extends CopyableBuilder<TracingConfigResponse.Builder,TracingConfigResponse>
| Modifier and Type | Method and Description | 
|---|---|
TracingConfigResponse.Builder | 
mode(String mode)
 The tracing mode associated with your Lambda function. 
 | 
TracingConfigResponse.Builder | 
mode(TracingMode mode)
 The tracing mode associated with your Lambda function. 
 | 
copyapplyMutation, buildTracingConfigResponse.Builder mode(String mode)
The tracing mode associated with your Lambda function.
mode - The tracing mode associated with your Lambda function.TracingMode, 
TracingModeTracingConfigResponse.Builder mode(TracingMode mode)
The tracing mode associated with your Lambda function.
mode - The tracing mode associated with your Lambda function.TracingMode, 
TracingModeCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.