Class NexusServiceOptions.Builder

  • Enclosing class:
    NexusServiceOptions

    public static final class NexusServiceOptions.Builder
    extends java.lang.Object
    • Method Detail

      • setEndpoint

        public NexusServiceOptions.Builder setEndpoint​(java.lang.String endpoint)
        Sets the endpoint for the NexusService.
        Parameters:
        endpoint - the endpoint for the NexusService, cannot be empty.
      • setOperationMethodOptions

        public NexusServiceOptions.Builder setOperationMethodOptions​(java.util.Map<java.lang.String,​NexusOperationOptions> operationMethodOptions)
        Sets operation specific options by the operation name. Merged with the base operation options.
        Parameters:
        operationMethodOptions - the operation specific options by the operation name