| Constructor and Description |
|---|
Builder()
The constructor of the builder.
|
| Modifier and Type | Method and Description |
|---|---|
Context |
build()
Creates the Context instance.
|
Context.Builder |
withCorrelationRequestId(String correlationRequestId)
Sets the x-ms-correlation-request-id for ARM request.
|
public Context.Builder withCorrelationRequestId(String correlationRequestId)
correlationRequestId - the x-ms-correlation-request-id for ARM request.public Context build()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/