Class Context.Builder
java.lang.Object
com.microsoft.azure.management.resources.fluentcore.arm.Context.Builder
- Enclosing class:
- Context
The context builder.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Creates the Context instance.withCorrelationRequestId
(String correlationRequestId) Sets the x-ms-correlation-request-id for ARM request.
-
Constructor Details
-
Builder
public Builder()The constructor of the builder.
-
-
Method Details
-
withCorrelationRequestId
Sets the x-ms-correlation-request-id for ARM request.- Parameters:
correlationRequestId
- the x-ms-correlation-request-id for ARM request.- Returns:
- the Builder.
-
build
Creates the Context instance.- Returns:
- the Context instance.
-