CopyableBuilder<TracingConfigResponse.Builder,TracingConfigResponse>
, SdkBuilder<TracingConfigResponse.Builder,TracingConfigResponse>
public static interface TracingConfigResponse.Builder extends CopyableBuilder<TracingConfigResponse.Builder,TracingConfigResponse>
Modifier and Type | Method | 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.
|
copy
apply, build
TracingConfigResponse.Builder mode(String mode)
The tracing mode associated with your Lambda function.
mode
- The tracing mode associated with your Lambda function.TracingMode
TracingConfigResponse.Builder mode(TracingMode mode)
The tracing mode associated with your Lambda function.
mode
- The tracing mode associated with your Lambda function.TracingMode
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.