if (isInPlaceRequired()) {
optionsBuilder.inPlace(true);
}
if (this.verbose) {
optionsBuilder.option(MONITOR_OPTION_NAME, new HashMap<Object, Object>());
}
attributesBuilder.attributes(getAttributes());
optionsBuilder.attributes(attributesBuilder.get());
return optionsBuilder.get();